Public Member Functions | |
this (GtkTreePath *gtkTreePath) | |
Creates a new TreePath from a GtkTreePath. | |
GtkTreePath * | gtkP () |
Gets the Gtk tree path structure. | |
this () | |
Creates a new TreePath. | |
this (char[] path) | |
Creates a new tree path from a string. | |
char[] | toString () |
Gets a representation of this tree path. | |
void | appendIndex (gint index) |
Appends an index to this tree path ??? | |
void | prependIndex (gint index) |
Preppends an index to this tree path ??? | |
gint | getDepth () |
Gets the depth of this tree path. | |
gint * | getIndices () |
Gets the indeces of this tree path ??? | |
void | free () |
Frees this tree path. | |
this (TreePath path) | |
Creates a new tree path from an existing tree path. | |
gint | compare (TreePath path) |
Compares this tree path with another tree path. | |
void | next () |
Moves this tree path one level in depth. | |
bit | prev () |
Move this tree path to the parent branch. | |
bit | up () |
Move this tree path up. | |
void | down () |
Moce this tree path down. | |
bit | isAncestor (TreePath descendant) |
Check if this tree path is ancestor. | |
bit | isDescendant (TreePath ancestor) |
Check is this tree path is descendent. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. | |
TreePath | newRoot () |
Creates a new first levet tree path. | |
TreePath | newFirst () |
Creates a new first levet tree path. |
|
Appends an index to this tree path ???
|
|
Compares this tree path with another tree path.
|
|
Moce this tree path down.
|
|
Frees this tree path.
|
|
Gets the depth of this tree path.
|
|
Gets the indeces of this tree path ???
|
|
Gets this class type.
|
|
Gets the Gtk tree path structure.
|
|
Check if this tree path is ancestor.
|
|
Check is this tree path is descendent.
|
|
Creates a new first levet tree path.
|
|
Creates a new first levet tree path.
|
|
Moves this tree path one level in depth.
|
|
Preppends an index to this tree path ???
|
|
Move this tree path to the parent branch.
|
|
Creates a new tree path from an existing tree path.
|
|
Creates a new tree path from a string.
|
|
Creates a new TreePath.
|
|
Creates a new TreePath from a GtkTreePath.
|
|
Gets a representation of this tree path.
|
|
Move this tree path up.
|