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

lmgrShowToolBar

lmgrShowToolBar( 
t_toolbarName 
g_show 
) 
=> t / nil 

Description

Displays the specified toolbar when the Library Manager is launched and returns the previous show state specified.

Arguments

t_toolbarName

Name of the toolbar.

g_show

Shows the toolbar in the Library Manager.

Value Returned

t

Returns the previous show state.

nil

The toolbar was previously set to be hidden or invalid name was specified.

Examples

Displays the toolbar named toolBar when the Library Manager is launched and returns the previous show state for the toolbar.

lmgrShowToolBar( "toolBar"  t )

Related Topics

lmgrAddToolBarItems

lmgrRemoveToolBarItems

lmgrValidateIcon


Return to top
 ⠀
X