Inheritance diagram for TreeItem:
This seems to be a completelly indenpend implementation a a tree, use TreeView instead.
Public Member Functions | |
this () | |
Creates a new TreeItem. | |
this (char[] label) | |
Creates a new tree item with a label. | |
void | RemoveSubtree () |
remove the subtree of this item | |
void | select () |
selects this item | |
void | deselect () |
deselect this item | |
void | expand () |
expand all the braches of this ite, | |
void | collapse () |
Collapse all the branches of this item. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Collapse all the branches of this item.
|
|
deselect this item
Reimplemented from Item. |
|
expand all the braches of this ite,
|
|
Gets this class type.
Reimplemented from Item. |
|
remove the subtree of this item
|
|
selects this item
Reimplemented from Item. |
|
Creates a new tree item with a label.
|
|
Creates a new TreeItem.
|