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

hiTreeAppendItem

hiTreeAppendItem(
g_tree
g_item
)
=> t / nil

Description

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

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

hiTreeAppendItems

hiTreePrependItem

hiCreateTreeItem

hiCreateTree

hiItemInsertTree

hiCreateTreeTable


Return to top
 ⠀
X