class view :A widget for displaying both trees and lists (gtkdoc: gtk GtkTreeView)Gtk.tree_view Gtk.obj ->object..end
val obj : 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 -> unitall : default value is falsemethod expand_to_path : Gtk.tree_path -> unitmethod expander_column : view_column optionmethod 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 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 : 'a.
?cell:(#cell_renderer as 'a) ->
?edit:bool -> Gtk.tree_path -> view_column -> unitmethod set_enable_search : bool -> unitmethod 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_vadjustment : GData.adjustment -> unitmethod vadjustment : GData.adjustmentmethod hover_expand : boolmethod set_hover_expand : bool -> unitmethod hover_selection : boolmethod set_hover_selection : bool -> unitmethod set_row_separator_func : (model -> Gtk.tree_iter -> bool) option -> unit