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

lmgrValidateIcon

lmgrValidateIcon( 
t_iconName 
) 
=> t_string

Description

Checks whether an icon file exists in the Library Manager for the specified icon name before creating a menu item.

Arguments

t_iconName

Name of the icon file.

Value Returned

t_string

Returns the file name of the icon.

Examples

Checking whether an icon file exists for the delete.png icon.

iconName = lmgrValidateIcon( "delete.png" )

Related Topics

lmgrAddToolBarItems

lmgrRemoveToolBarItems

lmgrShowToolBar


Return to top
 ⠀
X