Window.focusVisible

bool focusVisible() @property

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

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.