*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 13 Nov 2000 12:14:23 +0100
changeset 1426 fcf2ecbdde67
parent 1425 a196da536bff
child 1427 85b9b5da0b8d
*** empty log message ***
MenuEditor.st
--- a/MenuEditor.st	Mon Nov 13 12:08:35 2000 +0100
+++ b/MenuEditor.st	Mon Nov 13 12:14:23 2000 +0100
@@ -257,7 +257,13 @@
 'Opens a dialog to save the menu spec (and the help spec, if modified).'
 
 #hideMenuOnActivated
-'if on, the action is triggered when pressed'
+'If on, the menu hides itself after an item was activated'
+
+#triggerOnDown
+'If on, the items action is performed on mouse-button press (default is on button-release)'
+
+#showBusyCursorWhilePerforming
+'If on, a busy cursor is shown while an items action is performed'
 
 #imageImageAndLabel
 'Toggles display of both image and textual label.'
@@ -581,7 +587,7 @@
               #label: 'BusyCursor while Active'
               #name: 'showBusyCursorWhilePerforming'
               #layout: #(#Point 20 291)
-              #activeHelpKey: #hideMenuOnActivated
+              #activeHelpKey: #showBusyCursorWhilePerforming
               #tabable: true
               #model: #showBusyCursorWhilePerforming
               #translateLabel: true
@@ -590,7 +596,7 @@
               #label: 'Trigger On Down'
               #name: 'triggerOnDown'
               #layout: #(#Point 20 315)
-              #activeHelpKey: #hideMenuOnActivated
+              #activeHelpKey: #triggerOnDown
               #tabable: true
               #model: #triggerOnDown
               #translateLabel: true