gtkWidgetSetTooltipWindow {RGtk2} | R Documentation |
Replaces the default, usually yellow, 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.
gtkWidgetSetTooltipWindow(object, custom.window)
|
[GtkWidget ] a GtkWidget |
|
[GtkWindow ] a GtkWindow , or NULL |
Since 2.12
Derived by RGtkGen from GTK+ documentation