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 function gets the value of the hint. The (setf gtk:window-accept-focus) function sets the hint. Windows may set a hint asking the desktop environment not to receive the input focus.
 

See also

2024-3-16