Function

GtkTooltiptrigger_tooltip_query

since: 2.12

Declaration [src]

void
gtk_tooltip_trigger_tooltip_query (
  GdkDisplay* display
)

Description [src]

Triggers a new tooltip query on display, in order to update the current visible tooltip, or to show/hide the current tooltip. This function is useful to call when, for example, the state of the widget changed by a key press.

Available since: 2.12

Parameters

display

Type: GdkDisplay

A GdkDisplay.

The data is owned by the caller of the function.