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

hiTreePrependItem

hiTreePrependItem(
g_tree
g_item
)
=> t / nil

Description

Adds an item to the beginning of a tree. To add an item at the end of the tree, use hiTreeAppendItem.

Arguments

g_tree

The tree to which you want to add the item. This is the return value of hiCreateTree.

g_item

The item you want to add to the tree. This is the return value of hiCreateTreeItem.

Values Returned

t

The item was added to the tree.

nil

The item was not added to the tree.

Related Topics

Form and Field Functions

hiTreePrependItems

hiTreeAppendItem

hiCreateTreeItem

hiCreateTree

hiItemInsertTree

hiCreateTreeTable


Return to top
 ⠀
X