Class GBroken.tree


class tree : Gtk.tree Gtk.obj -> object .. end
Deprecated.use GTree.view instead
GTK documentation: GtkTree
Inherits
val obj : Gtk.tree Gtk.obj
method event : GObj.event_ops
method as_tree : Gtk.tree Gtk.obj
method child_position : tree_item -> int
method clear_items : start:int -> stop:int -> unit
method connect : tree_signals
method insert : tree_item -> pos:int -> unit
method remove_items : tree_item list -> unit
method select_item : pos:int -> unit
method selection : tree_item list
method set_selection_mode : Gtk.Tags.selection_mode -> unit
method set_view_lines : bool -> unit
method set_view_mode : [ `ITEM | `LINE ] -> unit
method unselect_item : pos:int -> unit
method private wrap : Gtk.widget Gtk.obj -> tree_item