Package: gdk
Function gdk:window-focus-on-map
Lambda Listgdk:window-focus-on-map (window) SyntaxArgumentsDetails
Whether or not the window wants to receive input focus when it is
mapped. The gdk:window-focus-on-map function determines whether or not the
desktop environment should be hinted that the window does not want to receive
input focus when it is mapped. Setting setting to false hints the desktop environment that the window does not want to receive input focus when it is mapped. setting should be turned off for windows that are not triggered interactively, such as popups from network activity. On X, it is the responsibility of the window manager to interpret this hint. Window managers following the freedesktop.org window manager extension specification should respect it. | See also |
#2023-2-26