PopUpMenu.st
changeset 2946 19af20c4f04f
parent 2742 c5614cbcd83d
child 3235 422c2db64114
--- a/PopUpMenu.st	Mon Mar 15 17:45:23 2004 +0100
+++ b/PopUpMenu.st	Sat Mar 20 14:18:36 2004 +0100
@@ -805,7 +805,8 @@
 !PopUpMenu class methodsFor:'defaults'!
 
 maxClickTimeToStayOpen
-    ^ 200
+    ^ 200  "/ if button is pressed shorter, its a click and the menu stays open.
+           "/ otherwise, its a press and the menu hides itself with the release
 ! !
 
 !PopUpMenu methodsFor:'ST-80 activation'!
@@ -1590,5 +1591,5 @@
 !PopUpMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.95 2003-05-07 14:10:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.96 2004-03-20 13:18:36 cg Exp $'
 ! !