package lablgtk3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GtkTree.TreePathSource

Sourceval create_ : unit -> Gtk.tree_path
Sourceval from_string : string -> Gtk.tree_path
Sourceval to_string : Gtk.tree_path -> string
Sourceval append_index : Gtk.tree_path -> int -> unit
Sourceval create : int list -> Gtk.tree_path
Sourceval prepend_index : Gtk.tree_path -> int -> unit
Sourceval get_depth : Gtk.tree_path -> int
Sourceval get_indices : Gtk.tree_path -> int array
Sourceval next : Gtk.tree_path -> unit
Sourceval prev : Gtk.tree_path -> bool
Sourceval up : Gtk.tree_path -> bool
Sourceval down : Gtk.tree_path -> unit
Sourceval is_ancestor : Gtk.tree_path -> Gtk.tree_path -> bool
OCaml

Innovation. Community. Security.