package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 : tree_view_sigs -> callback:(unit -> unit) -> GtkSignal.id
method cursor_changed : 'a -> callback:(unit -> unit) -> GtkSignal.id
method expand_collapse_cursor_row : 'a -> callback:(logical:bool -> expand:bool -> all:bool -> bool) -> GtkSignal.id
method move_cursor : 'a -> callback:(GtkEnums.movement_step -> int -> bool) -> GtkSignal.id
method row_collapsed : 'a -> callback:(Gtk.tree_iter -> Gtk.tree_path -> unit) -> GtkSignal.id
method row_expanded : 'a -> callback:(Gtk.tree_iter -> Gtk.tree_path -> unit) -> GtkSignal.id
method select_all : 'a -> callback:(unit -> bool) -> GtkSignal.id
method select_cursor_parent : 'a -> callback:(unit -> bool) -> GtkSignal.id
method select_cursor_row : 'a -> callback:(start_editing:bool -> bool) -> GtkSignal.id
method test_collapse_row : 'a -> callback:(Gtk.tree_iter -> Gtk.tree_path -> bool) -> GtkSignal.id
method test_expand_row : 'a -> callback:(Gtk.tree_iter -> Gtk.tree_path -> bool) -> GtkSignal.id
method toggle_cursor_row : 'a -> callback:(unit -> bool) -> GtkSignal.id
method unselect_all : 'a -> callback:(unit -> bool) -> GtkSignal.id
method notify_fixed_height_mode : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_hadjustment : 'a -> callback:(GData.adjustment -> unit) -> GtkSignal.id
method notify_headers_visible : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_reorderable : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_rules_hint : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_search_column : 'a -> callback:(int -> unit) -> GtkSignal.id
method notify_vadjustment : 'a -> callback:(GData.adjustment -> unit) -> GtkSignal.id
method notify_hover_expand : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_hover_selection : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_enable_grid_lines : 'a -> callback:(GtkEnums.tree_view_grid_lines -> unit) -> GtkSignal.id
method notify_enable_tree_lines : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_tooltip_column : 'a -> callback:(int -> unit) -> GtkSignal.id