Method

GtkWidgetset_tooltip_window

since: 2.12

Declaration [src]

void
gtk_widget_set_tooltip_window (
  GtkWidget* widget,
  GtkWindow* custom_window
)

Description [src]

Replaces the default window used for displaying tooltips with custom_window. GTK+ will take care of showing and hiding custom_window at the right moment, to behave likewise as the default tooltip window. If custom_window is NULL, the default tooltip window will be used.

Available since: 2.12

Parameters

custom_window

Type: GtkWindow

A GtkWindow, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.