package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class virtual ['row, 'a, 'b, 'c] callback : object ... end
val create : unit -> Gtk.tree_model_custom
val register_callback : Gtk.tree_model_custom -> ['row, 'a, 'b, 'c] callback -> unit
val custom_row_inserted : Gtk.tree_model_custom -> Gtk.tree_path -> 'row -> unit
val custom_row_changed : Gtk.tree_model_custom -> Gtk.tree_path -> 'row -> unit
val custom_row_has_child_toggled : Gtk.tree_model_custom -> Gtk.tree_path -> 'row -> unit
val custom_row_deleted : Gtk.tree_model_custom -> 'row -> unit
val custom_rows_reordered : Gtk.tree_model_custom -> Gtk.tree_path -> 'row option -> int array -> unit