Class GTree.view
A widget for displaying both trees and lists @gtkdoc gtk GtkTreeView
inherit GContainer.container
val obj : Gtk.tree_view Gtk.obj
method as_tree_view : Gtk.tree_view Gtk.objmethod connect : view_signalsmethod append_column : view_column -> intmethod collapse_all : unit -> unitmethod collapse_row : Gtk.tree_path -> unitmethod enable_search : boolmethod event : GObj.event_opsmethod expand_all : unit -> unitmethod expand_row : ?all:bool -> Gtk.tree_path -> unit- parameter all
default value is
false
method expand_to_path : Gtk.tree_path -> unit- parameter all
default value is
false
- since
- GTK 2.2
method expander_column : view_column option- since
- GTK 2.2
method fixed_height_mode : boolmethod get_column : int -> view_columnmethod get_cursor : unit -> Gtk.tree_path option * view_column optionmethod get_path_at_pos : x:int -> y:int -> (Gtk.tree_path * view_column * int * int) optionmethod get_cell_area : ?path:Gtk.tree_path -> ?col:view_column -> unit -> Gdk.Rectangle.tmethod get_visible_range : unit -> (Gtk.tree_path * Gtk.tree_path) optionmethod hadjustment : GData.adjustmentmethod headers_visible : boolmethod insert_column : view_column -> int -> intmethod model : modelmethod move_column : view_column -> after:view_column -> intmethod remove_column : view_column -> intmethod reorderable : boolmethod row_activated : Gtk.tree_path -> view_column -> unitmethod row_expanded : Gtk.tree_path -> boolmethod rules_hint : boolmethod scroll_to_cell : ?align:(float * float) -> Gtk.tree_path -> view_column -> unitmethod scroll_to_point : int -> int -> unitmethod search_column : intmethod selection : selectionmethod set_cursor : ?cell:cell_renderer -> ?edit:bool -> Gtk.tree_path -> view_column -> unit- since
- GTK 2.2
method set_expander_column : view_column option -> unitmethod set_fixed_height_mode : bool -> unitmethod set_hadjustment : GData.adjustment -> unitmethod set_headers_clickable : bool -> unitmethod set_headers_visible : bool -> unitmethod set_model : model option -> unitmethod set_reorderable : bool -> unitmethod set_rules_hint : bool -> unitmethod set_search_column : int -> unitmethod set_tooltip_column : int -> unitmethod set_vadjustment : GData.adjustment -> unitmethod tooltip_column : intmethod vadjustment : GData.adjustmentmethod hover_expand : bool- since
- GTK 2.6
method set_row_separator_func : (model -> Gtk.tree_iter -> bool) option -> unit- since
- GTK 2.6
- since
- GTK 2.6
method enable_grid_lines : GtkEnums.tree_view_grid_lines- since
- GTK 2.6
- since
- GTK 2.10
method set_enable_grid_lines : GtkEnums.tree_view_grid_lines -> unit- since
- GTK 2.10
- since
- GTK 2.10