DocumentTools
RemovePalette
remove a custom Snippets palette from the palette dock
Calling Sequence
Parameters
Description
Examples
Compatibility
RemovePalette(palette_name);
palette_name
-
string ; the name of the custom Snippets palette to remove
The RemovePalette function removes a custom Snippets palette that was created with the DocumentTools[AddPalette] command.
The removed palette will not be reloaded in subsequent Maple sessions (unless it is added back in).
The palette need not be empty in order to be removed.
with⁡DocumentTools:
AddPalette⁡My first palette
AddPalette⁡My second palette,position=bottom,store=true
RemovePalette⁡My first palette
RemovePalette⁡My second palette
The DocumentTools[RemovePalette] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
Arrange Palettes
DocumentTools[AddPalette]
Download Help Document