MenuItem.st
changeset 1761 18ec27a0300e
parent 1664 1c59afa95984
child 1763 fabe0b506e33
equal deleted inserted replaced
1760:48478a48da82 1761:18ec27a0300e
   661 
   661 
   662 displayString
   662 displayString
   663     ^ self classNameWithArticle , '(' , label storeString , ')'
   663     ^ self classNameWithArticle , '(' , label storeString , ')'
   664 ! !
   664 ! !
   665 
   665 
   666 !MenuItem methodsFor:'private - accessing'!
   666 !MenuItem methodsFor:'private-accessing'!
   667 
   667 
   668 filteredLabel
   668 filteredLabel
   669     "return the label without any &-chars"
   669     "return the label without any &-chars"
   670 
   670 
   671     |rawLabel l in out c pos emp e|
   671     |rawLabel l in out c pos emp e|
   769 ! !
   769 ! !
   770 
   770 
   771 !MenuItem class methodsFor:'documentation'!
   771 !MenuItem class methodsFor:'documentation'!
   772 
   772 
   773 version
   773 version
   774     ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.60 2002-11-08 12:47:10 ca Exp $'
   774     ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.61 2003-05-07 14:10:24 cg Exp $'
   775 ! !
   775 ! !