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

Online Help

All Products    Maple    MapleSim


DocumentTools

  

RemovePalette

  

remove a custom Snippets palette from the palette dock

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

RemovePalette(palette_name);

Parameters

palette_name

-

string ; the name of the custom Snippets palette to remove

Description

• 

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.

Examples

withDocumentTools:

AddPaletteMy first palette

AddPaletteMy second palette,position=bottom,store=true

RemovePaletteMy first palette

RemovePaletteMy second palette

Compatibility

• 

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

DocumentTools[AddPalette]