XMapWindow(3X) — X Version 11
NAME
XMapWinow, XMapRaised, XMapSubwindows − map windows
SYNTAX
XMapWindow(display, w)
Display ∗display;
Window w;
XMapRaised(display, w)
Display ∗display;
Window w;
XMapSubwindows(display, w)
Display ∗display;
Window w;
ARGUMENTS
displaySpecifies the connection to the X server.
wSpecifies the window ID.
DESCRIPTION
The XMapWindow function maps the window and all of its subwindows which have had map requests. .PN XMapWindow can generate a BadWindow error.
The XMapRaised function essentially is similar to XMapWindow in that it maps the window and all of its subwindows which have had map requests. However, it also raises the specified window to the top of the stack. .PN XMapRaised can generate a BadWindow error.
The XMapSubwindows function maps all subwindows for a specified window in top-to-bottom stacking order. The X server to generate an Expose event on each newly displayed window. .PN XMapSubwindows 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), XRaiseWindow(3X), XUnmapWindow(3X)
Xlib − C Language X Interface
1 March 1988