Module GTree.Path
val create : int list -> Gtk.tree_pathval copy : Gtk.tree_path -> Gtk.tree_pathval get_indices : Gtk.tree_path -> int arrayval from_string : string -> Gtk.tree_pathval to_string : Gtk.tree_path -> stringval get_depth : Gtk.tree_path -> intval is_ancestor : Gtk.tree_path -> Gtk.tree_path -> bool
Mutating functions
val append_index : Gtk.tree_path -> int -> unitval prepend_index : Gtk.tree_path -> int -> unitval next : Gtk.tree_path -> unitval prev : Gtk.tree_path -> boolval up : Gtk.tree_path -> boolval down : Gtk.tree_path -> unit