Method

GtkWidgetget_tooltip_window

since: 2.12

Declaration [src]

GtkWindow*
gtk_widget_get_tooltip_window (
  GtkWidget* widget
)

Description [src]

Returns the GtkWindow of the current tooltip. This can be the GtkWindow created by default, or the custom tooltip window set using gtk_widget_set_tooltip_window().

Available since: 2.12

Return value

Type: GtkWindow

The GtkWindow of the current tooltip.

The returned data is owned by the instance.