Package: gtk

Accessor gtk-settings-gtk-tooltip-browse-timeout

Lambda List

gtk-settings-gtk-tooltip-browse-timeout (object)

Syntax

(gtk-settings-gtk-tooltip-browse-timeout object) => setting
(setf (gtk-settings-gtk-tooltip-browse-timeout object) setting)

Arguments

object -- a gtk-settings object
setting -- an integer with the amount of time, in milliseconds

Details

Accessor of the gtk-tooltip-browse-timeout slot of the gtk-settings class.

Controls the time after which tooltips will appear when browse mode is enabled, in milliseconds. Browse mode is enabled when the mouse pointer moves off an object where a tooltip was currently being displayed. If the mouse pointer hits another object before the browse mode timeout expires, it will take the amount of milliseconds specified by this setting to popup the tooltip for the new object.

Warning

The gtk-tooltip-browse-timeout property has been deprecated since version 3.10 and should not be used in newly written code. This setting is ignored.
 

See also

2021-4-20