hpux man page for xunmapwindow

Query: xunmapwindow

OS: hpux

Section: 3

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

XUnmapWindow()															    XUnmapWindow()

Name
  XUnmapWindow - unmap a window.

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

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

  w	    Specifies the window ID.

Description
  XUnmapWindow()  removes  w and all its descendants from the screen (but does not unmap the descendents).  If w is already unmapped, XUnmap-
  Window() has no effect.  Otherwise, w is unmapped and an UnmapNotify event is generated.  Normal exposure processing on  formerly  obscured
  windows is performed.

  Descendants of w will not be visible until w is mapped again.  In other words, the subwindows are still mapped, but are not visible because
  w is unmapped.  Unmapping a window will generate exposure events on windows that were formerly obscured by w.

  For more information on window mapping, see Volume One, Chapter 2, X Concepts.

Errors
  BadWindow

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

Xlib - Mapping															    XUnmapWindow()
Related Man Pages
xunmapwindow(3) - debian
xunmapwindow(3) - centos
xunmapsubwindows(3) - centos
xunmapwindow(3) - suse
xunmapwindow(3) - netbsd
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?
Hpux 11iV3 administration document
Thank you members and admins