I would say that someone forgot to create a proper object TreeIter. Anyway GTK+ claims to be object oriented but it only has inherintance.
Public Member Functions | |
this () | |
creates a new tree iteractor. | |
GtkTreeIter * | getIter () |
Gets the GtkTreeIter. | |
void | dump () |
debuging only | |
void | getValue (gint column, Value value) |
Get Value. | |
String | getValueString (gint column) |
Get the value of a column as a string. | |
int | getValueInt (gint column) |
Get the value of a column as an int. | |
TreeIter | getParent () |
Gets the parent of this iter. | |
String | getVisiblePath (char[] separator) |
This return the path visible to the user. | |
Protected Attributes | |
GtkTreeModel * | gtkTreeModel |
this will be set only when the iter is created from the model. |
|
debuging only
|
|
Gets the GtkTreeIter.
|
|
Gets the parent of this iter.
|
|
Get Value.
|
|
Get the value of a column as an int. column the column number
|
|
Get the value of a column as a string. column the column number
|
|
This return the path visible to the user.
|
|
creates a new tree iteractor. used TreeView.createIter and TreeView.append() to create iteractor for a tree or list |
|
this will be set only when the iter is created from the model.
|