Frama-C API - columns
scrolled tree (build on demand)
method coerce : GObj.widgetmethod pack : (GObj.widget -> unit) -> unit(only) Content of rows has changed
method update_row : 'a -> unitmethod insert_row : 'a -> unitmethod set_focus : 'a -> GTree.view_column -> unitmethod on_click : ('a -> GTree.view_column -> unit) -> unitmethod on_right_click : ('a -> GTree.view_column -> unit) -> unitmethod on_double_click : ('a -> GTree.view_column -> unit) -> unitmethod set_selection_mode : Gtk.Tags.selection_mode -> unitmethod on_selection : (unit -> unit) -> unitmethod count_selected : intmethod iter_selected : ('a -> unit) -> unitmethod is_selected : 'a -> boolmethod add_column_text : ('a, GTree.cell_properties_text) columnmethod add_column_pixbuf : ('a, GTree.cell_properties_pixbuf) columnmethod add_column_toggle : ('a, GTree.cell_properties_toggle) columnmethod add_column_empty : GTree.view_columnAdd an empty column that always appears after the columns created by the other add_column methods.