package lablgtk3-extras

  1. Overview
  2. Docs
val mutable selection : 'a option
method selected_row : Gtk.tree_iter option
method add : unit -> unit
method add_button : string -> ('a option -> (unit -> unit) -> unit) -> unit
method box : GObj.widget
method buttons_box : GPack.box
method edit : unit -> unit
method father_data : Gtk.tree_iter -> 'a option
method insert : ?append:bool -> ?parent:Gtk.tree_iter -> 'a -> unit
method menu : GToolbox.menu_entry list
method on_double_click : 'a -> unit
method on_select : 'a -> unit
method on_unselect : 'a -> unit
method remove : unit -> unit
method remove_row : Gtk.tree_iter -> bool
method select : 'a -> unit
method set_row : Gtk.tree_iter -> 'a -> unit
method unselect : 'a -> unit
method update : unit
method view : GTree.view