remove_button
remove_button
-toolbar s_name
-index i_position
Description
Removes a button from a toolbar.
Arguments
|
-index i_position
|
Specifies the toolbar index of the button to remove. An index of 0 is the first button on the toolbar.
|
|
-toolbar s_name
|
Specifies the name of the toolbar to remove the button from. The Space-based Router and Chip Optimizer built-in toolbars are named: Standard, View, Edit, Panels, Advanced Editing, View Context Quick Navigator, Annotate, and User-defined.
|
Examples
The following command removes the second button from the User-defined toolbar.
remove_button -toolbar User-defined -index 1
Related Topics
Window Commands
add_button
Return to top