RemovePaletteEntry - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : Document Tools : RemovePaletteEntry

DocumentTools

  

RemovePaletteEntry

  

remove a task from a custom Snippets palette

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

RemovePaletteEntry(entry, palette=palette_name)

Parameters

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

Description

• 

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.

Examples

withDocumentTools:

AddPaletteEntryTask_1,palette=My palette

AddPaletteEntryTask_2,palette=My palette

RemovePaletteEntryTask_1,palette=My palette

RemovePaletteEntryTask_2,palette=My palette

Compatibility

• 

The DocumentTools[RemovePaletteEntry] command was introduced in Maple 16.

• 

For more information on Maple 16 changes, see Updates in Maple 16.

See Also

DocumentTools

DocumentTools[AddPalette]

DocumentTools[AddPaletteEntry]

DocumentTools[RemovePalette]