Package: gdk

Function gdk:window-accept-focus

Lambda List

gdk:window-accept-focus (window)

Syntax

(gdk:window-accept-focus window) => setting
(setf (gdk:window-accept-focus window) setting)

Arguments

window -- a toplevel gdk:window object
setting -- true if window should receive input focus

Details

Determines whether or not the desktop environment should be hinted that the window does not want to receive input focus. Setting setting to false hints the desktop environment that the window does not want to receive input focus.

On X, it is the responsibility of the window manager to interpret this hint. ICCCM-compliant window manager usually respect it.
 

See also

#2023-2-26