class virtual ['row, 'a, 'b, 'c] callback : object ... endval create : unit -> Gtk.tree_model_customval register_callback : Gtk.tree_model_custom -> ['row, 'a, 'b, 'c] callback -> unitval custom_row_inserted : Gtk.tree_model_custom -> Gtk.tree_path -> 'row -> unitval custom_row_changed : Gtk.tree_model_custom -> Gtk.tree_path -> 'row -> unitval custom_row_has_child_toggled : Gtk.tree_model_custom -> Gtk.tree_path -> 'row -> unitval custom_row_deleted : Gtk.tree_model_custom -> 'row -> unitval custom_rows_reordered : Gtk.tree_model_custom -> Gtk.tree_path -> 'row option -> int array -> unit