Struct
GtkTreePath
Description [src]
struct GtkTreePath {
/* No available fields */
}
An opaque structure representing a path to a row in a model.
Constructors
gtk_tree_path_new_from_indices
Creates a new path with first_index
and varargs
as indices.
Deprecated since: 4.10
gtk_tree_path_new_from_indicesv
Creates a new path with the given indices
array of length
.
Deprecated since: 4.10
Instance methods
gtk_tree_path_down
Moves path
to point to the first child of the current path.
Deprecated since: 4.10
gtk_tree_path_is_ancestor
Returns TRUE
if descendant
is a descendant of path
.
Deprecated since: 4.10
gtk_tree_path_is_descendant
Returns TRUE
if path
is a descendant of ancestor
.
Deprecated since: 4.10
gtk_tree_path_next
Moves the path
to point to the next node at the current depth.
Deprecated since: 4.10
gtk_tree_path_prev
Moves the path
to point to the previous node at the
current depth, if it exists.
Deprecated since: 4.10
gtk_tree_path_up
Moves the path
to point to its parent node, if it has a parent.
Deprecated since: 4.10