XUnmapWindow(3X11) | XLIB FUNCTIONS | XUnmapWindow(3X11) |
int XUnmapWindow(Display *display, Window w);
int XUnmapSubwindows(Display *display, Window w);
XUnmapWindow can generate a BadWindow error.
The XUnmapSubwindows function unmaps all subwindows for the specified window in bottom-to-top stacking order. It causes the X server to generate an UnmapNotify event on each subwindow and Expose events on formerly obscured windows. Using this function is much more efficient than unmapping multiple windows one at a time because the server needs to perform much of the work only once, for all of the windows, rather than for each window.
XUnmapSubwindows can generate a BadWindow error.
XFree86 | 4.5.0 |