Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

lmgrRemoveToolBarItems

lmgrRemoveToolBarItems( 
t_toolbarName 
l_menuItems 
) 
=> t / nil 

Description

Removes the specified items from the given toolbar that were previously added using lmgrAddToolBarItems.

Arguments

t_toolbarName

Name of the toolbar.

l_menuItems

List of items to be removed.

Value Returned

t

The specified items were removed from the toolbar.

nil

Invalid toolbar name or a listed item is not a character string.

Examples

Removes viewToolbar and viewSeparator3 menu items from toolBar.

lmgrRemoveToolBarItems( "toolBar"  '( "viewToolbar" "viewSeparator3" ))

Related Topics

lmgrAddToolBarItems

lmgrShowToolBar

lmgrValidateIcon


Return to top
 ⠀
X