package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create_ : unit -> Gtk.tree_path
val from_string : string -> Gtk.tree_path
val to_string : Gtk.tree_path -> string
val append_index : Gtk.tree_path -> int -> unit
val create : int list -> Gtk.tree_path
val prepend_index : Gtk.tree_path -> int -> unit
val get_depth : Gtk.tree_path -> int
val get_indices : Gtk.tree_path -> int array
val next : Gtk.tree_path -> unit
val prev : Gtk.tree_path -> bool
val up : Gtk.tree_path -> bool
val down : Gtk.tree_path -> unit
val is_ancestor : Gtk.tree_path -> Gtk.tree_path -> bool