Home | All Classes | Grouped Classes | Index | Search
TreeView node More...
Derived from:
none
Derived by:
CL_TreeView
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
The treenode constructor. |
Attributes:
Returns true if node is selected | |
Return true if node is collapsed | |
Return true if node has sub-items | |
Returns the attaches userdata, if any. | |
Returns the CL_Component this node uses. |
Operations:
Inserts an item at index. | |
Sets/changes a new component for the node. | |
Collapse this node. | |
Select this node. | |
Deselects current selected item. | |
Inverts the selection. Works only in Multi selection mode. | |
Deletes all items in the tree. | |
Attaches userdata to node. | |
Detailed description: