Gtk.tree_view Gtk.obj ->
object
  val obj : Gtk.tree_view Gtk.obj
  method add : GObj.widget -> unit
  method all_children : GObj.widget list
  method append_column : GTree.view_column -> int
  method as_widget : Gtk.widget Gtk.obj
  method border_width : int
  method children : GObj.widget list
  method coerce : GObj.widget
  method collapse_all : unit -> unit
  method collapse_row : Gtk.tree_path -> unit
  method connect : GTree.view_signals
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method enable_search : bool
  method event : GObj.event_ops
  method expand_all : unit -> unit
  method expand_row : ?all:bool -> Gtk.tree_path -> unit
  method expand_to_path : Gtk.tree_path -> unit
  method expander_column : GTree.view_column option
  method fixed_height_mode : bool
  method focus : GContainer.focus
  method get_cell_area :
    ?path:Gtk.tree_path -> ?col:GTree.view_column -> unit -> Gdk.Rectangle.t
  method get_column : int -> GTree.view_column
  method get_cursor : unit -> Gtk.tree_path option * GTree.view_column option
  method get_oid : int
  method get_path_at_pos :
    x:int -> y:int -> (Gtk.tree_path * GTree.view_column * int * int) option
  method hadjustment : GData.adjustment
  method headers_visible : bool
  method hover_expand : bool
  method hover_selection : bool
  method insert_column : GTree.view_column -> int -> int
  method misc : GObj.misc_ops
  method model : GTree.model
  method move_column : GTree.view_column -> after:GTree.view_column -> int
  method remove : GObj.widget -> unit
  method remove_column : GTree.view_column -> int
  method reorderable : bool
  method resize_mode : Gtk.Tags.resize_mode
  method row_activated : Gtk.tree_path -> GTree.view_column -> unit
  method row_expanded : Gtk.tree_path -> bool
  method rules_hint : bool
  method scroll_to_cell :
    ?align:float * float -> Gtk.tree_path -> GTree.view_column -> unit
  method scroll_to_point : int -> int -> unit
  method search_column : int
  method selection : GTree.selection
  method set_border_width : int -> unit
  method set_cursor :
    ?cell:#GTree.cell_renderer ->
    ?edit:bool -> Gtk.tree_path -> GTree.view_column -> unit
  method set_enable_search : bool -> unit
  method set_expander_column : GTree.view_column option -> unit
  method set_fixed_height_mode : bool -> unit
  method set_hadjustment : GData.adjustment -> unit
  method set_headers_clickable : bool -> unit
  method set_headers_visible : bool -> unit
  method set_hover_expand : bool -> unit
  method set_hover_selection : bool -> unit
  method set_model : GTree.model option -> unit
  method set_reorderable : bool -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_row_separator_func :
    (GTree.model -> Gtk.tree_iter -> bool) option -> unit
  method set_rules_hint : bool -> unit
  method set_search_column : int -> unit
  method set_vadjustment : GData.adjustment -> unit
  method vadjustment : GData.adjustment
end