Package: gtk

Accessor gtk:window-focus-visible

Lambda List

gtk:window-focus-visible (object)

Syntax

(gtk:window-focus-visible object) => setting
(setf (gtk:window-focus-visible object) setting)

Arguments

object -- a gtk:window widget
setting -- a boolean whether "focus-rectangles" are currently visible in the window

Details

The accessor for the focus-visible slot gets or sets whether "focus rectangles" are currently visible in the window. This property is maintained by GTK based on user input and should not be set by applications.
 

See also

2026-06-13