XDestroyWindow(3) | Library Functions Manual | XDestroyWindow(3) |
int XDestroyWindow(Display *display, Window w);
int XDestroySubwindows(Display *display, Window w);
XDestroyWindow can generate a BadWindow error.
The XDestroySubwindows function destroys all inferior windows of the specified window, in bottom-to-top stacking order. It causes the X server to generate a DestroyNotify event for each window. If any mapped subwindows were actually destroyed, XDestroySubwindows causes the X server to generate Expose events on the specified window. This is much more efficient than deleting many windows one at a time because much of the work need be performed only once for all of the windows, rather than for each window. The subwindows should never be referenced again.
XDestroySubwindows can generate a BadWindow error.
X Version 11 | XLIB FUNCTIONS |