Inheritance diagram for Tree:
This seems to be a tree implementation independent of the TreeView. Use the TreeView instead???
Public Member Functions | |
this () | |
Creates a new Tree. | |
void | append (TreeItem item) |
Appends an item to the tree. | |
void | prepend (TreeItem item) |
Prepends an item to the tree. | |
void | insert (TreeItem item, gint position) |
Insert an item a any position. | |
void | removeItems (ListG items) |
Remove a list of items from the tree. | |
void | clearItems (gint start, gint end) |
Clear a set of item from a range ??? | |
void | selectItem (gint item) |
Select and item by it's position. | |
void | unselectItem (gint item) |
Unselect an item by it's position. | |
void | selectChild (TreeItem item) |
Selects an item on the tree. | |
void | unselectChild (TreeItem item) |
Unselects an item. | |
void | selectionMode (GtkSelectionMode mode) |
Sets the selection mode. | |
void | viewMode (GtkTreeViewMode mode) |
Sets the view mode. | |
void | viewLines (bit flag) |
Sets if the separator lines should be visible. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Appends an item to the tree.
|
|
Clear a set of item from a range ???
|
|
Gets this class type.
Reimplemented from Widget. |
|
Insert an item a any position.
|
|
Prepends an item to the tree.
|
|
Remove a list of items from the tree.
|
|
Selects an item on the tree.
|
|
Sets the selection mode.
|
|
Select and item by it's position.
|
|
Creates a new Tree.
|
|
Unselects an item.
|
|
Unselect an item by it's position.
|
|
Sets if the separator lines should be visible.
|
|
Sets the view mode.
|