- Add an item to the Plug-ins
menu
-
The following statements add a kernel and a GUI plug-in to the
Plug-ins menu:
toolset.registerKernelMenuButton()
toolset.registerGuiMenuButton()
- Add an
icon to a plug-ins toolbox
-
The following statements add a kernel and a GUI plug-in to a plug-ins
toolbox:
toolset.registerKernelToolButton()
toolset.registerGuiToolButton()
The registration commands are described in
Plug-in registration commands.