MenuEditor.st
changeset 1426 fcf2ecbdde67
parent 1425 a196da536bff
child 1430 ec2bc25674c3
equal deleted inserted replaced
1425:a196da536bff 1426:fcf2ecbdde67
   255 
   255 
   256 #fileSaveAs
   256 #fileSaveAs
   257 'Opens a dialog to save the menu spec (and the help spec, if modified).'
   257 'Opens a dialog to save the menu spec (and the help spec, if modified).'
   258 
   258 
   259 #hideMenuOnActivated
   259 #hideMenuOnActivated
   260 'if on, the action is triggered when pressed'
   260 'If on, the menu hides itself after an item was activated'
       
   261 
       
   262 #triggerOnDown
       
   263 'If on, the items action is performed on mouse-button press (default is on button-release)'
       
   264 
       
   265 #showBusyCursorWhilePerforming
       
   266 'If on, a busy cursor is shown while an items action is performed'
   261 
   267 
   262 #imageImageAndLabel
   268 #imageImageAndLabel
   263 'Toggles display of both image and textual label.'
   269 'Toggles display of both image and textual label.'
   264 
   270 
   265 #imageImageEditor
   271 #imageImageEditor
   579             )
   585             )
   580            #(#CheckBoxSpec
   586            #(#CheckBoxSpec
   581               #label: 'BusyCursor while Active'
   587               #label: 'BusyCursor while Active'
   582               #name: 'showBusyCursorWhilePerforming'
   588               #name: 'showBusyCursorWhilePerforming'
   583               #layout: #(#Point 20 291)
   589               #layout: #(#Point 20 291)
   584               #activeHelpKey: #hideMenuOnActivated
   590               #activeHelpKey: #showBusyCursorWhilePerforming
   585               #tabable: true
   591               #tabable: true
   586               #model: #showBusyCursorWhilePerforming
   592               #model: #showBusyCursorWhilePerforming
   587               #translateLabel: true
   593               #translateLabel: true
   588             )
   594             )
   589            #(#CheckBoxSpec
   595            #(#CheckBoxSpec
   590               #label: 'Trigger On Down'
   596               #label: 'Trigger On Down'
   591               #name: 'triggerOnDown'
   597               #name: 'triggerOnDown'
   592               #layout: #(#Point 20 315)
   598               #layout: #(#Point 20 315)
   593               #activeHelpKey: #hideMenuOnActivated
   599               #activeHelpKey: #triggerOnDown
   594               #tabable: true
   600               #tabable: true
   595               #model: #triggerOnDown
   601               #model: #triggerOnDown
   596               #translateLabel: true
   602               #translateLabel: true
   597             )
   603             )
   598            )
   604            )