XMapRaised

Syntax

XMapRaised(display, w)
      Display *display;
      Window w;

Arguments

display Specifies the connection to the X server.
w Specifies the window.

Description

The XMapRaised() function essentially is similar to XMapWindow() in that it maps the window and all of its subwindows that have had map requests. However, it also raises the specified window to the top of the stack. For additional information, see XMapWindow().

XMapRaised() can generate multiple BadWindow errors.

Diagnostics

BadWindow A value for a Window argument does not name a defined Window.

See also

XChangeWindowAttributes(), XConfigureWindow(), XCreateWindow(), XDestroyWindow(), XMapSubwindows(), XMapWindow(), XUnmapWindow(), "Mapping Windows"
Christophe Tronche, ch@tronche.com