MenuView.st
changeset 3966 e720fae69860
parent 3911 2e2c5429a2f9
child 3971 09f9900d0241
--- a/MenuView.st	Mon Oct 12 12:10:05 2009 +0200
+++ b/MenuView.st	Mon Oct 12 12:10:14 2009 +0200
@@ -509,6 +509,10 @@
     "Created: 24.3.1996 / 17:18:15 / cg"
 !
 
+actions
+    ^ actions 
+!
+
 actions:aCollectionOfActionBlocks
     "set all actions"
 
@@ -1091,6 +1095,10 @@
     ^ onOffFlags
 !
 
+checkFlags:aCollectionOfBooleansOrNils
+    onOffFlags := aCollectionOfBooleansOrNils
+!
+
 checkToggleAt:indexOrName
     "return a check-toggles boolean state.
      If the item is not a check-item, return nil."
@@ -2907,5 +2915,9 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.157 2009-09-15 18:15:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.158 2009-10-12 10:10:14 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.158 2009-10-12 10:10:14 cg Exp $'
 ! !