Deprecatedappend_Appends a new index to a path.
As a result, the depth of the path is increased.
Deprecatedindex_: numberthe index
DeprecatedcompareCompares two paths.
If a appears before b in a tree, then -1 is returned.
If b appears before a, then 1 is returned.
If the two nodes are equal, then 0 is returned.
Deprecatedb: Gtk.TreePatha Gtk.TreePath to compare with
the relative positions of a and b
DeprecatedcopyDeprecateddownMoves path to point to the first child of the current path.
DeprecatedfreeFrees path. If path is null, it simply returns.
Deprecatedget_Returns the current depth of path.
The depth of path
Deprecatedget_Returns the current indices of path.
This is an array of integers, each representing a node in a tree. It also returns the number of elements in the array. The array should not be freed.
The current indices
Deprecatedis_Returns true if descendant is a descendant of path.
Deprecateddescendant: Gtk.TreePathanother Gtk.TreePath
true if descendant is contained inside path
Deprecatedis_Returns true if path is a descendant of ancestor.
Deprecatedancestor: Gtk.TreePathanother Gtk.TreePath
true if ancestor contains path somewhere below it
DeprecatednextMoves the path to point to the next node at the current depth.
Deprecatedprepend_Prepends a new index to a path.
As a result, the depth of the path is increased.
Deprecatedindex_: numberthe index
DeprecatedprevMoves the path to point to the previous node at the
current depth, if it exists.
true if path has a previous node, and the move was made
Deprecatedto_Generates a string representation of the path.
This string is a “:” separated list of numbers.
For example, “4:10:0:3” would be an acceptable
return value for this string. If the path has
depth 0, null is returned.
A newly-allocated string
DeprecatedupMoves the path to point to its parent node, if it has a parent.
true if path has a parent, and the move was made
StaticDeprecatednewStaticDeprecatednew_StaticDeprecatednew_StaticDeprecatednew_
An opaque structure representing a path to a row in a model.
Deprecated
since 4.10