package lablgtk3

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

Module TreeView.TooltipSource

  • since GTK 2.12
Sourceval set_cell : [> `treeview ] Gtk.obj -> Gtk.tooltip -> ?path:Gtk.tree_path -> ?col:Gtk.tree_view_column Gtk.obj -> ?cell:[> `cellrenderer ] Gtk.obj -> unit -> unit
Sourceval set_row : [> `treeview ] Gtk.obj -> Gtk.tooltip -> Gtk.tree_path -> unit
Sourceval get_context : [> `treeview ] Gtk.obj -> x:int -> y:int -> kbd:bool -> int * int * (Gtk.tree_model * Gtk.tree_path * Gtk.tree_iter) option
Sourceval get_column : [> `treeview ] Gtk.obj -> int
Sourceval set_column : [> `treeview ] Gtk.obj -> int -> unit