Widget.setTooltipWindow

void setTooltipWindow(gtk.window.Window customWindow = null)

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.

Parameters

customWindowa #GtkWindow, or null