package lablgtk3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GtkTree.TreeViewSource

include module type of struct include GtkTreeProps.TreeView end
Sourceval get_visible_range : [> `treeview ] Gtk.obj -> (Gtk.tree_path * Gtk.tree_path) option
Sourceval make_params : cont:(([> `treeview ] as 'a) Gobject.param list -> 'b) -> 'a Gobject.param list -> ?enable_search:bool -> ?fixed_height_mode:bool -> ?hadjustment:Gtk.adjustment Gtk.obj -> ?headers_clickable:bool -> ?headers_visible:bool -> ?model:Gtk.tree_model -> ?reorderable:bool -> ?rules_hint:bool -> ?search_column:int -> ?vadjustment:Gtk.adjustment Gtk.obj -> ?tooltip_column:int -> 'b
Sourceval get_selection : [> `treeview ] Gtk.obj -> Gtk.tree_selection
Sourceval columns_autosize : [> `treeview ] Gtk.obj -> unit
Sourceval append_column : [> `treeview ] Gtk.obj -> [> `treeviewcolumn ] Gtk.obj -> int
Sourceval remove_column : [> `treeview ] Gtk.obj -> [> `treeviewcolumn ] Gtk.obj -> int
Sourceval insert_column : [> `treeview ] Gtk.obj -> [> `treeviewcolumn ] Gtk.obj -> int -> int
Sourceval get_column : [> `treeview ] Gtk.obj -> int -> Gtk.tree_view_column Gtk.obj
Sourceval move_column_after : [> `treeview ] Gtk.obj -> [> `treeviewcolumn ] Gtk.obj -> [> `treeviewcolumn ] Gtk.obj -> int
Sourceval scroll_to_point : [> `treeview ] Gtk.obj -> int -> int -> unit
Sourceval scroll_to_cell : [> `treeview ] Gtk.obj -> ?align:(float * float) -> Gtk.tree_path -> [> `treeviewcolumn ] Gtk.obj -> unit
Sourceval row_activated : [> `treeview ] Gtk.obj -> Gtk.tree_path -> [> `treeviewcolumn ] Gtk.obj -> unit
Sourceval expand_all : [> `treeview ] Gtk.obj -> unit
Sourceval collapse_all : [> `treeview ] Gtk.obj -> unit
Sourceval expand_row : [> `treeview ] Gtk.obj -> Gtk.tree_path -> all:bool -> unit
Sourceval expand_to_path : [> `treeview ] Gtk.obj -> Gtk.tree_path -> unit
Sourceval collapse_row : [> `treeview ] Gtk.obj -> Gtk.tree_path -> unit
Sourceval row_expanded : [> `treeview ] Gtk.obj -> Gtk.tree_path -> bool
Sourceval set_cursor : [> `treeview ] Gtk.obj -> Gtk.tree_path -> [> `treeviewcolumn ] Gtk.obj -> edit:bool -> unit
Sourceval set_cursor_on_cell : [> `treeview ] Gtk.obj -> Gtk.tree_path -> [> `treeviewcolumn ] Gtk.obj -> [> `cellrenderer ] Gtk.obj -> edit:bool -> unit
Sourceval get_cursor : [> `treeview ] Gtk.obj -> Gtk.tree_path option * Gtk.tree_view_column Gtk.obj option
Sourceval get_path_at_pos : [> `treeview ] Gtk.obj -> x:int -> y:int -> (Gtk.tree_path * Gtk.tree_view_column Gtk.obj * int * int) option
Sourceval get_cell_area : [> `treeview ] Gtk.obj -> ?path:Gtk.tree_path -> ?col:Gtk.tree_view_column Gtk.obj -> unit -> Gdk.Rectangle.t
Sourceval set_row_separator_func : [> `treeview ] Gtk.obj -> (Gtk.tree_model -> Gtk.tree_iter -> bool) option -> unit
Sourcemodule Tooltip : sig ... end
Sourcemodule Dnd : sig ... end
OCaml

Innovation. Community. Security.