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

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

r_treeItem

Handle to the tree item, returned by hiCreateTreeItem.

Values Returned

l_icons

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

Form and Field Functions

hiSetTreeItemIcons

hiSwapTreeItemSelectionIcons

hiCreateTreeItem


Return to top
 ⠀
X