Creates a new gtk.tree_path.TreePath This refers to a row.
Appends a new index to a path.
Compares two paths.
Creates a new gtk.tree_path.TreePath as a copy of path.
Moves path to point to the first child of the current path.
Returns the current depth of path.
Returns the current indices of path.
Returns true if descendant is a descendant of path.
Returns true if path is a descendant of ancestor.
Moves the path to point to the next node at the current depth.
Prepends a new index to a path.
Moves the path to point to the previous node at the current depth, if it exists.
Generates a string representation of the path.
Moves the path to point to its parent node, if it has a parent.
Creates a new gtk.tree_path.TreePath.
Creates a new path with the given indices array of length.
Creates a new gtk.tree_path.TreePath initialized to path.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
An opaque structure representing a path to a row in a model.