hiGetTreeItemIcons
hiGetTreeItemIcons(r_treeItem) =>l_icons
Description
Gets the following icons associated with a tree item: default icon, expanded icon (displayed when the item is expanded), selection icon (displayed when the item is selected), and expanded selection icon (displayed when the item is both expanded and selected).
These icons are set when the tree item is created with the hiCreateTreeItem function or later with the hiSetTreeItemIcons function.
Argument
Values Returned
|
A list of four icons, in the following order: g_selectionIcon and g_expandedSelectionIcon are currently not displayed. ( g_itemIcon g_expandedIcon g_selectionIcon g_expandedSelectionIcon ) |
Related Topics
Return to top