class: MenuView
authorClaus Gittinger <cg@exept.de>
Wed, 28 Aug 2013 14:02:52 +0200
changeset 4684 8886e03481ce
parent 4683 b171a032bb8e
child 4685 717be378400e
class: MenuView comment/format in: #selection:
MenuView.st
--- a/MenuView.st	Wed Aug 28 03:25:38 2013 +0000
+++ b/MenuView.st	Wed Aug 28 14:02:52 2013 +0200
@@ -1420,6 +1420,8 @@
 !
 
 selection:index
+    "set the selection"
+
     super selection:(self validateSelection:index)
 
     "Modified: / 29-11-2010 / 19:53:36 / cg"
@@ -2991,10 +2993,10 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.179 2013-06-25 22:25:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.180 2013-08-28 12:02:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.179 2013-06-25 22:25:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.180 2013-08-28 12:02:52 cg Exp $'
 ! !