Package: gdk

Function gdk-window-set-keep-above

Lambda List

gdk-window-set-keep-above (window setting)

Arguments

window -- a toplevel gdk-window object
setting -- a boolean whether to keep window above other windows

Details

Set if the window must be kept above other windows. If the window was already above, then this function does nothing.

On X11, asks the window manager to keep the window above, if the window manager supports this operation. Not all window managers support this, and some deliberately ignore it or do not have a concept of "keep above"; so you cannot rely on the window being kept above. But it will happen with most standard window managers, and GDK makes a best effort to get it to happen.
 

See also

2020-9-22