Changes

Jump to navigation Jump to search

Category:toolpalette

709 bytes added, 23:19, 24 May 2011
Created page with " ==Quick Overview== The tool palette provides a menu of commands, selectable by the user, that invoke functionality of the script app. *'''register'''..."

==Quick Overview==


The tool palette provides a menu of commands, selectable by the user, that invoke functionality of the script app.

*'''[[toolpalette.register|register]]'''(menuStructure) : Registers the menuStructure table.

*'''[[toolpalette.enable|enable]]'''(toolname, itemname, state) : Enables or disables a menu item in the tool palette.
*'''[[toolpalette.enableCopy|enableCopy]]'''(state) : This routine enables / disables the Edit > Copy menu command.
*'''[[toolpalette.enableCut|enableCut]]'''(state) : This routine enables / disables the Edit > Cut menu command.
*'''[[toolpalette.enablePaste|enablePaste]]'''(state) : This routine enables / disables the Edit > Paste menu command.
<br>

Navigation menu