gtkTooltipsSetDelay {RGtk2} | R Documentation |
Sets the time between the user moving the mouse over a widget and the widget's tooltip appearing.
WARNING: gtk_tooltips_set_delay
is deprecated and should not be used in newly-written code.
gtkTooltipsSetDelay(object, delay)
|
[GtkTooltips ] a GtkTooltips . |
|
[numeric] an integer value representing seconds (FIXME: double-check this). |
Derived by RGtkGen from GTK+ documentation