hiGetIconOverrides
hiGetIconOverrides(
)
=> l_list
Description
Returns the list of icon names that are loaded by 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
Value Returned
|
List of icon names from previous calls to |
Examples
Returns a list of HI icon names for loading icons by using the CSF search and bypassing the share/cdssetup/icons files.
hiAddIconOverrides( '("point.png" "rotate.png") )
t
hiRemoveIconOverrides( '("point.png" ) )
t
hiGetIconOverrides()
("rotate.png")
Related Topics
Return to top