Package: gdk
Function gdk-window-restack
Lambda Listgdk-window-restack (window sibling above) ArgumentsDetails
Changes the position of the window in the z-order (stacking order), so that it is above sibling, if above is true, or below sibling, if above is false. If sibling is nil, then this either raises, if above is true, or lowers the window. If window is a toplevel, the window manager may choose to deny the request to move the window in the z-order, the function gdk-window-restack only requests the restack, does not guarantee it. | See also |
2020-9-22