Class GTree.list_store
@gtkdoc gtk GtkListStore
inherit tree_sortable
val obj : Gtk.list_store
method append : unit -> Gtk.tree_itermethod clear : unit -> unitmethod insert : int -> Gtk.tree_itermethod insert_after : Gtk.tree_iter -> Gtk.tree_itermethod insert_before : Gtk.tree_iter -> Gtk.tree_itermethod iter_is_valid : Gtk.tree_iter -> bool- since
- GTK 2.2
method move_after : iter:Gtk.tree_iter -> pos:Gtk.tree_iter -> bool- since
- GTK 2.2
- since
- GTK 2.2
method move_before : iter:Gtk.tree_iter -> pos:Gtk.tree_iter -> bool- since
- GTK 2.2
- since
- GTK 2.2
method prepend : unit -> Gtk.tree_iter- since
- GTK 2.2
method remove : Gtk.tree_iter -> boolmethod set : row:Gtk.tree_iter -> column:'a column -> 'a -> unitmethod swap : Gtk.tree_iter -> Gtk.tree_iter -> bool- since
- GTK 2.2