package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method add : callback:(GObj.widget -> unit) -> GtkSignal.id
method after : < add : callback:(GObj.widget -> unit) -> GtkSignal.id ; after : 'a ; columns_changed : callback:(unit -> unit) -> GtkSignal.id ; cursor_changed : callback:(unit -> unit) -> GtkSignal.id ; destroy : callback:(unit -> unit) -> GtkSignal.id ; expand_collapse_cursor_row : callback:(logical:bool -> expand:bool -> all:bool -> bool) -> GtkSignal.id ; move_cursor : callback:(Gtk.Tags.movement_step -> int -> bool) -> GtkSignal.id ; notify_border_width : callback:(int -> unit) -> GtkSignal.id ; notify_enable_grid_lines : callback:(GtkEnums.tree_view_grid_lines -> unit) -> GtkSignal.id ; notify_enable_search : callback:(bool -> unit) -> GtkSignal.id ; notify_enable_tree_lines : callback:(bool -> unit) -> GtkSignal.id ; notify_fixed_height_mode : callback:(bool -> unit) -> GtkSignal.id ; notify_hadjustment : callback:(GData.adjustment -> unit) -> GtkSignal.id ; notify_headers_visible : callback:(bool -> unit) -> GtkSignal.id ; notify_hover_expand : callback:(bool -> unit) -> GtkSignal.id ; notify_hover_selection : callback:(bool -> unit) -> GtkSignal.id ; notify_reorderable : callback:(bool -> unit) -> GtkSignal.id ; notify_resize_mode : callback:(GtkEnums.resize_mode -> unit) -> GtkSignal.id ; notify_rules_hint : callback:(bool -> unit) -> GtkSignal.id ; notify_search_column : callback:(int -> unit) -> GtkSignal.id ; notify_tooltip_column : callback:(int -> unit) -> GtkSignal.id ; notify_vadjustment : callback:(GData.adjustment -> unit) -> GtkSignal.id ; remove : callback:(GObj.widget -> unit) -> GtkSignal.id ; row_activated : callback:(Gtk.tree_path -> view_column -> unit) -> GtkSignal.id ; row_collapsed : callback:(Gtk.tree_iter -> Gtk.tree_path -> unit) -> GtkSignal.id ; row_expanded : callback:(Gtk.tree_iter -> Gtk.tree_path -> unit) -> GtkSignal.id ; select_all : callback:(unit -> bool) -> GtkSignal.id ; select_cursor_parent : callback:(unit -> bool) -> GtkSignal.id ; select_cursor_row : callback:(start_editing:bool -> bool) -> GtkSignal.id ; set_scroll_adjustments : callback:(GData.adjustment option -> GData.adjustment option -> unit) -> GtkSignal.id ; start_interactive_search : callback:(unit -> bool) -> GtkSignal.id ; test_collapse_row : callback:(Gtk.tree_iter -> Gtk.tree_path -> bool) -> GtkSignal.id ; test_expand_row : callback:(Gtk.tree_iter -> Gtk.tree_path -> bool) -> GtkSignal.id ; toggle_cursor_row : callback:(unit -> bool) -> GtkSignal.id ; unselect_all : callback:(unit -> bool) -> GtkSignal.id.. > as 'a
method columns_changed : callback:(unit -> unit) -> GtkSignal.id
method cursor_changed : callback:(unit -> unit) -> GtkSignal.id
method destroy : callback:(unit -> unit) -> GtkSignal.id
method expand_collapse_cursor_row : callback: (logical:bool -> expand:bool -> all:bool -> bool) -> GtkSignal.id
method move_cursor : callback:(Gtk.Tags.movement_step -> int -> bool) -> GtkSignal.id
method notify_border_width : callback:(int -> 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_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_hover_expand : callback:(bool -> unit) -> GtkSignal.id
method notify_hover_selection : callback:(bool -> unit) -> GtkSignal.id
method notify_reorderable : callback:(bool -> unit) -> GtkSignal.id
method notify_resize_mode : callback:(GtkEnums.resize_mode -> unit) -> GtkSignal.id
method notify_rules_hint : callback:(bool -> unit) -> GtkSignal.id
method notify_search_column : callback:(int -> unit) -> GtkSignal.id
method notify_tooltip_column : callback:(int -> unit) -> GtkSignal.id
method notify_vadjustment : callback:(GData.adjustment -> unit) -> GtkSignal.id
method remove : callback:(GObj.widget -> unit) -> GtkSignal.id
method row_activated : callback:(Gtk.tree_path -> view_column -> unit) -> 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 set_scroll_adjustments : callback: (GData.adjustment option -> GData.adjustment option -> unit) -> 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