Struct
GtkTreePath
deprecated: 4.10
Description [src]
struct GtkTreePath {
/* No available fields */
}
An opaque structure representing a path to a row in a model.
Deprecated since: 4.10.
Please do not use it in newly written code.
Constructors
gtk_tree_path_new_from_indices
Creates a new path with first_index
and varargs
as indices.
deprecated: 4.10
gtk_tree_path_new_from_indicesv
Creates a new path with the given indices
array of length
.
deprecated: 4.10
Instance methods
gtk_tree_path_prev
Moves the path
to point to the previous node at the
current depth, if it exists.
deprecated: 4.10