Package: gdk

Function gdk-window-accept-focus

Lambda List

gdk-window-accept-focus (window)

Syntax

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

Arguments

window -- a toplevel gdk-window object
accept-focus -- 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 accept-focus 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

2020-9-23