Module dui.Tree
Constructor Summary | |
---|---|
protected |
(GtkWidget* gtkWidget) |
public |
() Creates a new Tree |
Methods Summary | |
---|---|
static GType |
getType() Gets this class type |
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 |
gint |
childPosition(Widget child) |
void |
selectionMode(GtkSelectionMode mode) Sets the selection mode \todo where are the selection modes? |
void |
viewMode(GtkTreeViewMode mode) Sets the view mode |
void |
viewLines(bit flag) Sets if the separator lines should be visible |