Package: gtk

Accessor gtk:window-accept-focus

Lambda List

gtk:window-accept-focus (object)

Syntax

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

Arguments

object -- a gtk:window widget
setting -- true to let this window receive input focus

Details

The accessor for the accept-focus slot gets or sets whether the window should receive the input focus. Windows may set a hint asking the desktop environment not to receive the input focus.
 

See also

2026-06-04