Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiAddIconOverrides

hiAddIconOverrides
l_list
)
=> t / nil

Description

Adds names to the list of icons that are loaded using CSF search results directly, bypassing the hierarchy files. If the CSF search fails, the files in the hierarchy are loaded.

Icons not loaded using full file paths are loaded from the files located in the hierarchy at /share/cdssetup/icons/{16x16,24x24,32x32,...}. Any icons not found here are searched using CSF.

Arguments

l_list

List of icon names.

Values Returned

t

The listed icon names are added.

nil

No icon names were added because the input list contains an element that is not a string.

Example

Adds "point.png" and "rotate.png" to the list of HI icons that gets loaded later by calls to hiCreateAction, hiLoadImageFile, and so on by the CSF search to bypass the files in share/cdssetup/icon.

hiAddIconOverrideShareNames( '("point.png" "rotate.png") )
t

Related Topics

Icon Functions

hiRemoveIconOverrides

hiGetIconOverrides


Return to top
 ⠀
X