NAME
XMapSubwindows — map all subwindows of window.
SYNOPSIS
XMapSubwindows(display, w) Display ∗display; Window w;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
wSpecifies the ID of the window whose subwindows are to be mapped.
DESCRIPTION
XMapSubwindows() maps all subwindows of a window in top-to-bottom stacking order. XMapSubwindows() also generates an Expose event on each newly displayed window. This is much more efficient than mapping many windows one at a time, as much of the work need only be performed once for all of the windows rather than for each window. XMapSubwindows() is not recursive—it does not map the subwindows of the subwindows.
For more information, see Volume One, Chapter 14, Window Management.
ERRORS
BadWindow
SEE ALSO
XMapRaised(), XMapWindow(), XUnmapSubwindows(), XUnmapWindow().
Xlib Reference Manual