hpux man page for xmapsubwindows

Query: xmapsubwindows

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XMapSubwindows()														  XMapSubwindows()

Name
  XMapSubwindows - map all subwindows of window.

Synopsis
  XMapSubwindows(display, w)
	Display *display;
	Window w;

Arguments
  display  Specifies a connection to an X server; returned from XOpenDisplay().

  w	   Specifies the ID of the window whose subwindows are to be mapped.

Description
  XMapSubwindows()  maps all subwindows of a window in top-to-bottom stacking order.  XMapSubwindows() also generates an Expose event on each
  newly displayed window.  This is much more efficient than mapping many windows one at a time, as much of the work need  only	be  performed
  once for all of the windows rather than for each window.  XMapSubwindows() is not recursive - it does not map the subwindows of the subwin-
  dows.

  For more information, see Volume One, Chapter 16, Window Management.

Errors
  BadWindow

See Also
  XMapRaised(), XMapWindow(), XUnmapSubwindows(), XUnmapWindow().

Xlib - Window Mapping														  XMapSubwindows()
Related Man Pages
xmapraised(3) - debian
xmapwindow(3) - centos
xmapwindow(3) - suse
xmapsubwindows(3x11) - osf1
xmapwindow(3) - linux
Similar Topics in the Unix Linux Community
Unix File Permissions
How to list file size on HPUX?
How to extract every repeated string between two specific string?
SAN Migration question
Thank you members and admins