UIPainterView.st
changeset 2191 88d55c87942d
parent 2180 0912680e1fa7
child 2195 bb6de5f8fd03
equal deleted inserted replaced
2190:5bb9504b58bd 2191:88d55c87942d
  1655 ! !
  1655 ! !
  1656 
  1656 
  1657 !UIPainterView methodsFor:'menus'!
  1657 !UIPainterView methodsFor:'menus'!
  1658 
  1658 
  1659 showMiddleButtonMenu
  1659 showMiddleButtonMenu
  1660     "show the middle button menu; this returns nil
  1660     "show the middle button menu; this returns nil"
  1661     "
       
  1662 
  1661 
  1663     |m|
  1662     |m|
  1664 
  1663 
  1665     self enabled ifTrue:[
  1664     self enabled ifTrue:[
  1666 	m := MenuPanel fromSpec:(UIPainter menuEdit) receiver:self superView application.
  1665         m := MenuPanel fromSpec:(UIPainter menuEdit) receiver:self superView application.
  1667 	self startUpMenu:m
  1666         self startUpMenu:m
  1668     ].
  1667     ].
  1669   ^ nil
  1668     ^ nil
       
  1669 
       
  1670     "Modified: / 31-10-2007 / 11:10:10 / cg"
  1670 ! !
  1671 ! !
  1671 
  1672 
  1672 !UIPainterView methodsFor:'private-handles'!
  1673 !UIPainterView methodsFor:'private-handles'!
  1673 
  1674 
  1674 painter
  1675 painter