GTree.tree_storeSource@gtkdoc gtk GtkTreeStore
inherit tree_sortableval obj : Gtk.tree_storemethod append : ?parent:Gtk.tree_iter -> unit -> Gtk.tree_itermethod insert : ?parent:Gtk.tree_iter -> int -> Gtk.tree_itermethod insert_after : ?parent:Gtk.tree_iter -> Gtk.tree_iter -> Gtk.tree_itermethod insert_before : ?parent:Gtk.tree_iter -> Gtk.tree_iter -> Gtk.tree_itermethod is_ancestor : iter:Gtk.tree_iter -> descendant:Gtk.tree_iter -> boolmethod iter_depth : Gtk.tree_iter -> intmethod iter_is_valid : Gtk.tree_iter -> boolmethod move_after : iter:Gtk.tree_iter -> pos:Gtk.tree_iter -> boolmethod move_before : iter:Gtk.tree_iter -> pos:Gtk.tree_iter -> boolmethod prepend : ?parent:Gtk.tree_iter -> unit -> Gtk.tree_itermethod remove : Gtk.tree_iter -> boolmethod set : row:Gtk.tree_iter -> column:'a column -> 'a -> unitmethod swap : Gtk.tree_iter -> Gtk.tree_iter -> bool