DocumentTools
RemovePaletteEntry
remove a task from a custom Snippets palette
Calling Sequence
Parameters
Description
Examples
Compatibility
RemovePaletteEntry(entry, palette=palette_name)
entry
-
string ; the name of the task to remove from the palette
palette_name
string ; the name of the Snippets palette from which to remove entry
The RemovePaletteEntry command removes a task from a custom Snippets palette.
If the store=true option was provided when the Snippets palette was created (through the DocumentTools[AddPalette] command), the task will not be included in the palette in subsequent Maple sessions.
The task can be added back to this or another Snippets palette by using the DocumentTools[AddPaletteEntry] command.
To remove a Snippets palette completely, use the DocumentTools[RemovePalette] command.
with⁡DocumentTools:
AddPaletteEntry⁡Task_1,palette=My palette
AddPaletteEntry⁡Task_2,palette=My palette
RemovePaletteEntry⁡Task_1,palette=My palette
RemovePaletteEntry⁡Task_2,palette=My palette
The DocumentTools[RemovePaletteEntry] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
DocumentTools[AddPalette]
DocumentTools[AddPaletteEntry]
DocumentTools[RemovePalette]
Download Help Document