Module GtkTree.CustomModel


module CustomModel: sig .. end

class virtual [['a, 'b, 'c, 'd]] callback : object .. end

val create : unit -> Gtk.tree_model_custom
val register_callback : Gtk.tree_model_custom ->
('a, 'b, 'c, 'd) #callback -> unit
val custom_row_inserted : Gtk.tree_model_custom -> Gtk.tree_path -> 'a -> unit
val custom_row_changed : Gtk.tree_model_custom -> Gtk.tree_path -> 'a -> unit
val custom_row_has_child_toggled : Gtk.tree_model_custom -> Gtk.tree_path -> 'a -> unit
val custom_row_deleted : Gtk.tree_model_custom -> 'a -> unit
val custom_rows_reordered : Gtk.tree_model_custom -> Gtk.tree_path -> 'a option -> int array -> unit