Window.focusVisible

bool focusVisible() @property nothrow

Get focusVisible property.

Returns

Whether 'focus rectangles' are currently visible in this window.

This property is maintained by GTK based on user input and should not be set by applications.

void focusVisible(bool propval) @property nothrow

Set focusVisible property.

Parameters

propvalWhether 'focus rectangles' are currently visible in this window. This property is maintained by GTK based on user input and should not be set by applications.