package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method add : GObj.widget -> unit
method all_children : GObj.widget list
method append_column : view_column -> int
method as_tree_view : Gtk.tree_view Gtk.obj
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 : view_signals
method destroy : unit -> unit
method drag : GObj.drag_ops
method enable_grid_lines : GtkEnums.tree_view_grid_lines
method enable_tree_lines : 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 : view_column option
method fixed_height_mode : bool
method focus : GContainer.focus
method get_cell_area : ?path:Gtk.tree_path -> ?col:view_column -> unit -> Gdk.Rectangle.t
method get_column : int -> view_column
method get_cursor : unit -> Gtk.tree_path option * view_column option
method get_oid : int
method get_path_at_pos : x:int -> y:int -> (Gtk.tree_path * view_column * int * int) option
method get_visible_range : unit -> (Gtk.tree_path * Gtk.tree_path) option
method hadjustment : GData.adjustment
method headers_visible : bool
method hover_expand : bool
method hover_selection : bool
method insert_column : view_column -> int -> int
method misc : GObj.misc_ops
method model : model
method move_column : view_column -> after:view_column -> int
method remove : GObj.widget -> unit
method remove_column : view_column -> int
method reorderable : bool
method resize_mode : Gtk.Tags.resize_mode
method row_activated : Gtk.tree_path -> view_column -> unit
method row_expanded : Gtk.tree_path -> bool
method rules_hint : bool
method scroll_to_cell : ?align:(float * float) -> Gtk.tree_path -> view_column -> unit
method scroll_to_point : int -> int -> unit
method search_column : int
method selection : selection
method set_border_width : int -> unit
method set_cursor : 'a. ?cell:cell_renderer as 'b -> ?edit:bool -> Gtk.tree_path -> view_column -> unit
method set_enable_grid_lines : GtkEnums.tree_view_grid_lines -> unit
method set_enable_tree_lines : bool -> unit
method set_expander_column : 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 : model option -> unit
method set_reorderable : bool -> unit
method set_resize_mode : Gtk.Tags.resize_mode -> unit
method set_row_separator_func : (model -> Gtk.tree_iter -> bool) option -> unit
method set_rules_hint : bool -> unit
method set_search_column : int -> unit
method set_tooltip_column : int -> unit
method set_vadjustment : GData.adjustment -> unit
method tooltip_column : int
method vadjustment : GData.adjustment