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
|
The tree to which you want to add the item. This is the return value of |
|
|
The item you want to add to the tree. This is the return value of |
Values Returned
Related Topics
Return to top