gtkTooltipsSetDelay {RGtk2.10}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 milliseconds.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]