package lablgtk3

  1. Overview
  2. Docs
OCaml interface to GTK+3

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lablgtk3-3.1.5.tbz
sha256=d4821cdbecf3ae374f20317d63e43fe58030c3ba9657b51a2e83e652197e8eac
sha512=83f0be38a1e21737de93f88b0adac15cdcc50cf712d773720b9bc1e8d8ffdb2c660d35840f25d326a42a9d4e6537e6cef466099bf72494196b2cc79977e703e3

doc/lablgtk3/GTree/class-view/index.html

Class GTree.viewSource

A widget for displaying both trees and lists @gtkdoc gtk GtkTreeView

method as_tree_view : Gtk.tree_view Gtk.obj
method connect : view_signals
method append_column : view_column -> int
method collapse_all : unit -> unit
method collapse_row : Gtk.tree_path -> unit
method event : GObj.event_ops
method expand_all : unit -> unit
method 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 : bool
method get_column : int -> view_column
method get_cursor : unit -> Gtk.tree_path option * view_column option
method get_path_at_pos : x:int -> y:int -> (Gtk.tree_path * view_column * int * int) option
method get_cell_area : ?path:Gtk.tree_path -> ?col:view_column -> unit -> Gdk.Rectangle.t
method get_visible_range : unit -> (Gtk.tree_path * Gtk.tree_path) option
method hadjustment : GData.adjustment
method headers_visible : bool
method insert_column : view_column -> int -> int
method model : model
method move_column : view_column -> after:view_column -> int
method remove_column : view_column -> int
method reorderable : bool
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_cursor : ?cell:cell_renderer -> ?edit:bool -> Gtk.tree_path -> view_column -> unit
  • since GTK 2.2
  • parameter edit

    default value is false

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_model : model option -> unit
method set_reorderable : bool -> 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
method hover_expand : bool
  • since GTK 2.6
method set_hover_expand : bool -> unit
  • since GTK 2.6
  • since GTK 2.6
method hover_selection : bool
  • since GTK 2.6
  • since GTK 2.6
method set_hover_selection : bool -> unit
  • since GTK 2.6
  • 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 enable_tree_lines : bool
  • since GTK 2.10
  • since GTK 2.10
method set_enable_grid_lines : GtkEnums.tree_view_grid_lines -> unit
  • since GTK 2.10
  • since GTK 2.10
method set_enable_tree_lines : bool -> unit
  • since GTK 2.10
  • since GTK 2.10