Changes

Jump to navigation Jump to search

toolpalette.enable

68 bytes added, 23:56, 24 May 2011
no edit summary
Line 3: Line 3:  
This routine enables or disables a menu item in the tool palette.
 
This routine enables or disables a menu item in the tool palette.
 
This routine returns true if the menu item was properly enabled or disabled. It returns nil if no tool palette has been previously registered by the script app or if the toolname / itemname pair cannot be found in the registered menu items.
 
This routine returns true if the menu item was properly enabled or disabled. It returns nil if no tool palette has been previously registered by the script app or if the toolname / itemname pair cannot be found in the registered menu items.
      
{{Since|3.0}}
 
{{Since|3.0}}
Line 22: Line 21:     
== Example  ==
 
== Example  ==
<syntaxhighlight></syntaxhighlight>
+
<syntaxhighlight>toolpalette.enable("theToolpalette", "firstMenuItem", true)</syntaxhighlight>
    
== See also  ==
 
== See also  ==
*[[toolpalette]]
+
*[[:Category:toolpalette|toolpalette]]
*[[LINK_2]]
      
<br /><br />
 
<br /><br />
    
[[Category:toolpalette]]
 
[[Category:toolpalette]]

Navigation menu