class: MenuEvent
authorClaus Gittinger <cg@exept.de>
Fri, 21 Jun 2013 15:40:23 +0200
changeset 4616 e596ef7df96f
parent 4615 16ff7ce2fd43
child 4617 fd8ab83afd6a
class: MenuEvent comment/format in: #documentation
MenuEvent.st
--- a/MenuEvent.st	Mon Jun 17 16:28:06 2013 +0200
+++ b/MenuEvent.st	Fri Jun 21 15:40:23 2013 +0200
@@ -53,7 +53,7 @@
 
     Due to some historic leftover, there are two mechanisms for menus:
         1) the (very) old MenuView (which inherits from SelectionInListView)
-        2) the newer MenuPanel.
+        2) the new MenuPanel.
 
     The menuView uses simple text and values and it is basically index-based.
     The menuPanel uses instances of MenuItem which contain the action information.
@@ -194,5 +194,6 @@
 !MenuEvent class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuEvent.st,v 1.2 2011-06-29 14:40:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuEvent.st,v 1.3 2013-06-21 13:40:23 cg Exp $'
 ! !
+