Tooltip.delay

float delay() @property nothrow @nogc

Gets or sets the tooltip delay in seconds.

This is the delay before a tooltip appears when the mouse hovers over a widget. The default is 1.0 seconds.

Returns

Delay in seconds
void delay(float f) @property nothrow @nogc

ditto