Settings.gtkCursorBlinkTimeout

int gtkCursorBlinkTimeout() @property nothrow

Get gtkCursorBlinkTimeout property.

Returns

Time after which the cursor stops blinking, in seconds.

The timer is reset after each user interaction.

Setting this to zero has the same effect as setting #GtkSettings:gtk-cursor-blink to false.

void gtkCursorBlinkTimeout(int propval) @property nothrow

Set gtkCursorBlinkTimeout property.

Parameters

propvalTime after which the cursor stops blinking, in seconds. The timer is reset after each user interaction. Setting this to zero has the same effect as setting #GtkSettings:gtk-cursor-blink to false.