Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.Tooltip

Class Gtk.Tooltip

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkTooltip
Class : Tooltip
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.Tooltip ()
Create a new Gtk.Tooltip
Create a new Gtk.Tooltip
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GooCanvas.CanvasItem
Signal
query_tooltip (CanvasItem self, Number object, Number p0, Boolean p1, Tooltip p2) : Boolean
Gtk.IconView
Method
set_tooltip_item (Tooltip tooltip, TreePath path) : none
Sets the tip area of tooltip to be the area covered by the item at path.
Gtk.IconView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, CellRenderer cell) : none
Sets the tip area of tooltip to the area which cell occupies in the item pointed to by path.
Gtk.StatusIcon
Signal
query_tooltip (StatusIcon self, Number x, Number y, Boolean keyboard_mode, Tooltip tooltip) : Boolean
Emitted when the GtkSettings:gtk-tooltip-timeout has expired with the cursor hovering above status_icon; or emitted when status_icon got focus in keyboard mode.
Gtk.TreeView
Method
set_tooltip_row (Tooltip tooltip, TreePath path) : none
Sets the tip area of tooltip to be the area covered by the row at path.
Gtk.TreeView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, TreeViewColumn column, CellRenderer cell) : none
Sets the tip area of tooltip to the area path, column and cell have in common.
Gtk.Widget
Signal
query_tooltip (Widget self, Number x, Number y, Boolean keyboard_mode, Tooltip tooltip) : Boolean
Emitted when GtkWidget:has-tooltip is TRUE and the GtkSettings:gtk-tooltip-timeout has expired with the cursor hovering "above" widget; or emitted when widget got focus in keyboard mode.
GtkSource.Gutter
Signal
query_tooltip (Gutter self, CellRenderer object, TextIter p0, Tooltip p1) : Boolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:34 GMT+0800 (HKT)