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

hiRemoveIconOverrides

hiRemoveIconOverrides
l_list
)
=> t / nil

Description

Removes names from the list of icons that are loaded using the 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 to be removed.

Value Returned

t

Specified icon names were removed.

nil

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

Examples

Removes "point.png" and "rotate.png" from the list of HI icons previously added by hiAddIconOverrides. They use the share/cdssetup/icons files instead of the CSF search results.

hiRemoveIconOverrides( '("point.png" "rotate.png") )
=>t

Related Topics

Icon Functions

hiAddIconOverrides

hiGetIconOverrides


Return to top
 ⠀
X