XCirculateSubwindowsDown
Syntax
XCirculateSubwindowsDown(display, w)
Display *display;
Window w;
Arguments
display
| Specifies the connection to the X server.
|
w
| Specifies the window.
|
Description
The
XCirculateSubwindowsDown()
function lowers the highest mapped child of the specified window that partially
or completely occludes another child.
Completely unobscured children are not affected.
This is a convenience function equivalent to
XCirculateSubwindows()
with
LowerHighest
specified.
XCirculateSubwindowsDown()
can generate a
BadWindow
error.
Diagnostics
BadWindow
| A value for a Window argument does not name a defined Window.
|
See also
XChangeWindowAttributes(),
XCirculateSubwindows(),
XCirculateSubwindowsUp(),
XConfigureWindow(),
XCreateWindow(),
XDestroyWindow(),
XLowerWindow(),
XMapWindow(),
XRaiseWindow(),
XRestackWindows(),
"
Changing Window Stacking Order"
Christophe Tronche, [email protected]