Changes

Jump to navigation Jump to search

toolpalette.register

248 bytes removed, 23:31, 24 May 2011
Line 19: Line 19:  
== Example  ==
 
== Example  ==
   −
The script app uses this routine to register its tool palette with the Nspire framework. The menu structure is a table describing the name of each toolbox, the menus that appear in each tool box, and the function to call when the user invokes the menu item.
+
The script app uses this routine to register its tool palette with the Nspire framework.  
This example demonstrates the layout of a toolpalette’s menu structure.<br />
      
<syntaxhighlight>menu = {
 
<syntaxhighlight>menu = {

Navigation menu