Public Member Functions | |
void | setMode (SelectionMode type) |
Set the selection mode. | |
SelectionMode | getMode () |
Gest the selection mode. | |
gpointer | getUserData () |
Gets the user data. | |
TreeView | getTreeView () |
Gets the tree view. | |
bit | getSelected (TreeModel model, TreeIter iter) |
Checks if the iter is selected ??? | |
TreePath[] | getSelectedRows (TreeModel model) |
Gets a list with the selected rows. | |
gint | countSelectedRows () |
Gets the number of selected rows. | |
void | selectPath (TreePath path) |
Selects a path. | |
void | unselectPath (TreePath path) |
Unselects a path. | |
void | selectIter (TreeIter iter) |
Selects the iteractor branch (leave) ??? | |
void | unselectIter (TreeIter iter) |
Unselects the iteractor branch (leave) ??? | |
bit | pathIsSelected (TreePath path) |
Cheks if the path is selected. | |
bit | iterIsSelected (TreeIter iter) |
Checks if the iteractor is selected. | |
void | selectAll () |
Selects the entire tree. | |
void | unselectedAll () |
Unselect the entire tree. | |
void | selectedRange (TreePath startPath, TreePath endPath) |
Select a range of the tree. | |
void | unselectRange (TreePath startPath, TreePath endPath) |
Unselec a rnage of the tree. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Gets the number of selected rows.
|
|
Gest the selection mode.
|
|
Checks if the iter is selected ???
|
|
Gets a list with the selected rows.
|
|
Gets the tree view.
|
|
Gets this class type.
|
|
Gets the user data.
|
|
Checks if the iteractor is selected.
|
|
Cheks if the path is selected.
|
|
Selects the entire tree.
|
|
Select a range of the tree.
|
|
Selects the iteractor branch (leave) ???
|
|
Selects a path.
|
|
Set the selection mode.
|
|
Unselect the entire tree.
|
|
Unselects the iteractor branch (leave) ???
|
|
Unselects a path.
|
|
Unselec a rnage of the tree.
|