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
|
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