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

Accessor of the accept-focus slot of the gtk-window class.

The gtk-window-accept-focus slot access function gets the value of the hint. The (setf gtk-window-accept-focus) slot access function sets the hint. Windows may set a hint asking the desktop environment not to receive the input focus.
 

See also

2021-9-9