Module TreeView.Tooltip
- since
- GTK 2.12
val set_cell : [> `treeview ] Gtk.obj -> Gtk.tooltip -> ?path:Gtk.tree_path -> ?col:Gtk.tree_view_column Gtk.obj -> ?cell:[> `cellrenderer ] Gtk.obj -> unit -> unitval set_row : [> `treeview ] Gtk.obj -> Gtk.tooltip -> Gtk.tree_path -> unitval get_context : [> `treeview ] Gtk.obj -> x:int -> y:int -> kbd:bool -> int * int * (Gtk.tree_model * Gtk.tree_path * Gtk.tree_iter) optionval get_column : [> `treeview ] Gtk.obj -> intval set_column : [> `treeview ] Gtk.obj -> int -> unit