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
Value Returned
|
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
Return to top