XUnmapWindow(3X) — X Version 11
NAME
XUnmapWindow, XUnmapSubwindows − unmap windows
SYNTAX
XUnmapWindow(display, w)
Display ∗display;
Window w;
XUnmapSubwindows(display, w)
Display ∗display;
Window w;
ARGUMENTS
displaySpecifies the connection to the X server.
wSpecifies the window ID.
DESCRIPTION
The XUnmapWindow function unmaps the specified window and causes the X server to generate an UnmapNotify event. .PN 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 exposure events on formerly obscured windows. .PN XUnmapSubwindows can generate a BadWindow error.
DIAGNOSTICS
BadWindow A value for a Window argument does not name a defined Window.
SEE ALSO
XChangeWindowAttributes(3X), XConfigureWindow(3X), XCreateWindow(3X), XDestroyWindow(3X), XMapWindow(3X) XRaiseWindow(3X)
Xlib − C Language X Interface
1 March 1988