package lablgtk3

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/lablgtk3/OgtkTreeProps/class-tree_view_sigs/index.html

Class OgtkTreeProps.tree_view_sigsSource

method private virtual connect : 'b. ([> `treeview ], 'b) GtkSignal.t -> callback:'b -> GtkSignal.id
method private virtual notify : 'b. ([> `treeview ], 'b) Gobject.property -> callback:('b -> unit) -> GtkSignal.id
method columns_changed : callback:(unit -> unit) -> GtkSignal.id
method cursor_changed : callback:(unit -> unit) -> GtkSignal.id
method expand_collapse_cursor_row : callback: (logical:bool -> expand:bool -> all:bool -> bool) -> GtkSignal.id
method move_cursor : callback:(GtkEnums.movement_step -> int -> bool) -> GtkSignal.id
method row_collapsed : callback:(Gtk.tree_iter -> Gtk.tree_path -> unit) -> GtkSignal.id
method row_expanded : callback:(Gtk.tree_iter -> Gtk.tree_path -> unit) -> GtkSignal.id
method select_all : callback:(unit -> bool) -> GtkSignal.id
method select_cursor_parent : callback:(unit -> bool) -> GtkSignal.id
method select_cursor_row : callback:(start_editing:bool -> bool) -> GtkSignal.id
method test_collapse_row : callback:(Gtk.tree_iter -> Gtk.tree_path -> bool) -> GtkSignal.id
method test_expand_row : callback:(Gtk.tree_iter -> Gtk.tree_path -> bool) -> GtkSignal.id
method toggle_cursor_row : callback:(unit -> bool) -> GtkSignal.id
method unselect_all : callback:(unit -> bool) -> GtkSignal.id
method notify_fixed_height_mode : callback:(bool -> unit) -> GtkSignal.id
method notify_hadjustment : callback:(GData.adjustment -> unit) -> GtkSignal.id
method notify_headers_visible : callback:(bool -> unit) -> GtkSignal.id
method notify_reorderable : callback:(bool -> unit) -> GtkSignal.id
method notify_rules_hint : callback:(bool -> unit) -> GtkSignal.id
method notify_search_column : callback:(int -> unit) -> GtkSignal.id
method notify_vadjustment : callback:(GData.adjustment -> unit) -> GtkSignal.id
method notify_hover_expand : callback:(bool -> unit) -> GtkSignal.id
method notify_hover_selection : callback:(bool -> unit) -> GtkSignal.id
method notify_enable_grid_lines : callback: (GtkEnums.tree_view_grid_lines -> unit) -> GtkSignal.id
method notify_enable_tree_lines : callback:(bool -> unit) -> GtkSignal.id
method notify_tooltip_column : callback:(int -> unit) -> GtkSignal.id
OCaml

Innovation. Community. Security.