Package: gdk

Function gdk-window-stick

Lambda List

gdk-window-stick (window)

Arguments

window -- a toplevel gdk-window object

Details

"Pins" a window such that it is on all workspaces and does not scroll with viewports, for window managers that have scrollable viewports. When using gtk-window, the function gtk-window-stick may be more useful.

On the X11 platform, this function depends on window manager support, so may have no effect with many window managers. However, GDK will do the best it can to convince the window manager to stick the window. For window managers that do not support this operation, there is nothing you can do to force it to happen.
 

See also

2020-9-22