GTree.list_store.3o

Langue: en

Version: 297236 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GTree.list_store - no description

Class

Class GTree.list_store

Documentation

class list_store : Gtk.list_store -> object end

Parameters:

""

Gtk.list_store

val obj : Gtk.list_store

method append : unit -> Gtk.tree_iter

method clear : unit -> unit

method insert : int -> Gtk.tree_iter

method insert_after : Gtk.tree_iter -> Gtk.tree_iter

method insert_before : Gtk.tree_iter -> Gtk.tree_iter

method 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

method move_before : iter:Gtk.tree_iter -> pos:Gtk.tree_iter -> bool

Since GTK 2.2

method prepend : unit -> Gtk.tree_iter

method remove : Gtk.tree_iter -> bool

method set : 'a. row:Gtk.tree_iter -> column:'a GTree.column -> 'a -> unit

method swap : Gtk.tree_iter -> Gtk.tree_iter -> bool

Since GTK 2.2