gtk_tooltip_browse_timeout
Description:
[ NoAccessorMethod ]
[ Version ( deprecated = true , deprecated_since = "3.10" , since = "2.12" ) ]
public int gtk_tooltip_browse_timeout { get; set; }
[ Version ( deprecated = true , deprecated_since = "3.10" , since = "2.12" ) ]
public int gtk_tooltip_browse_timeout { get; set; }
Warning: gtk_tooltip_browse_timeout is deprecated since 3.10.
Controls the time after which tooltips will appear when browse mode is enabled, in milliseconds.
Note:
This setting is ignored.
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 (see gtk_tooltip_browse_mode_timeout), it will take the amount of milliseconds specified by this setting to popup the tooltip for the new object.