Window.focusVisible

Set focusVisible property.

  1. bool focusVisible [@property getter]
  2. bool focusVisible [@property setter]
    class Window
    @property
    void
    focusVisible
    (
    bool propval
    )

Parameters

propval bool

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.