MenuPanel.st
changeset 2162 cdf83d988d83
parent 2159 1eac041aeb3d
child 2165 253078624a19
--- a/MenuPanel.st	Fri Aug 23 12:00:00 2002 +0200
+++ b/MenuPanel.st	Fri Aug 23 12:26:16 2002 +0200
@@ -2758,6 +2758,10 @@
     "Modified: / 13.11.2001 / 20:21:49 / cg"
 !
 
+buttonMultiPress:button x:x y:y
+    "/ self buttonPress:button x:x y:y
+!
+
 buttonPress:button x:x y:y
     "any button pressed; open or close the corresponding submenus
     "
@@ -7162,6 +7166,6 @@
 !MenuPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.316 2002-08-23 08:55:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.317 2002-08-23 10:26:16 cg Exp $'
 ! !
 MenuPanel initialize!