hiItemRemoveTree
hiItemRemoveTree(g_item) =>t / nil
Description
Removes the sub-tree from an item in the tree. The item remains in the tree as a leaf; only the sub-tree under it is removed. The expansion icon next to the item is removed.
You can add the tree again with hiItemInsertTree.
Argument
|
The item from which to remove the sub-tree. It is a symbol of the tree item, which can be obtained from the return value of the |
Values Returned
Related Topics
Return to top