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 has been deprecated since version 2.12 and should not be used in newly-written code.

Usage

gtkTooltipsSetDelay(object, delay)

Arguments

object

a GtkTooltips.

delay

an integer value representing milliseconds.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]