Package: gdk

Function gdk:window-raise

Lambda List

gdk:window-raise (window)

Arguments

window -- a gdk:window object

Details

Raises the window to the top of the z-order (stacking order), so that other windows with the same parent window appear below the window. This is true whether or not the windows are visible.

If window is a toplevel, the window manager may choose to deny the request to move the window in the z-order, the gdk:window-raise function only requests the restack, does not guarantee it.
 

See also

#2023-2-26