Virtual Method
GtkWidgetquery_tooltip
Declaration [src]
gboolean
query_tooltip (
  GtkWidget* widget,
  int x,
  int y,
  gboolean keyboard_tooltip,
  GtkTooltip* tooltip
)
Description [src]
Signal emitted when “has-tooltip” is TRUE and the
  hover timeout has expired with the cursor hovering “above”
  widget; or emitted when widget got focus in keyboard mode.
Parameters
- x
- 
            Type: intNo description available. 
- y
- 
            Type: intNo description available. 
- keyboard_tooltip
- 
            Type: gbooleanNo description available. 
- tooltip
- 
            Type: GtkTooltipNo description available. The data is owned by the caller of the function.