gtkWidgetSetTooltipWindow {RGtk2}R Documentation

gtkWidgetSetTooltipWindow

Description

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.

Usage

gtkWidgetSetTooltipWindow(object, custom.window)

Arguments

object [GtkWidget] a GtkWidget
custom.window [GtkWindow] a GtkWindow, or NULL

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]