gtkTooltipsSetDelay {RGtk2}R Documentation

gtkTooltipsSetDelay

Description

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.

Usage

gtkTooltipsSetDelay(object, delay)

Arguments

object [GtkTooltips] a GtkTooltips.
delay [numeric] an integer value representing seconds (FIXME: double-check this).

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]