The members of Gtk.TreePath are listed below.
See Also: Inherited members from GLib.Opaque
AppendIndex(int)Appends a new index to a path. As a result, the depth of the path is increased. | ||
Compare(TreePath)Compares two paths. If this path appears before Gtk.TreePath b in a tree, then -1 is returned. If the parameter path appears before this path, then 1 is returned. If the two nodes are equal, then 0 is returned. | ||
Copy()Copies a TreePath into a new TreePath object. | ||
Down()Changes this TreePath object to refer to its own first child. | ||
Free()Disposes of the TreePath object and any resources it was using. | ||
IsAncestor(TreePath)Tests whether this TreePath is an ancestor of a given TreePath | ||
IsDescendant(TreePath)Tests whether this TreePath is a descendant of a particular TreePath. | ||
static | NewFirst()Creates a new GtkTreePath. | |
Next()Moves the TreePath to point to the next node at the current depth. | ||
PrependIndex(int)Prepends a new index to a path. As a result, the depth of the path is increased. | ||
Prev()Moves the TreePath to point to the previous node at the current depth, if it exists. | ||
Up()Moves the TreePath to point to its parent node, if it has a parent. | ||