Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ UnmapSubwin(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XUnmapSubwindows — unmap all subwindows of a given window. 

SYNOPSIS

XUnmapSubwindows(display, w) Display ∗display; Window w;

ARGUMENTS

displaySpecifies a connection to an X server; returned from XOpenDisplay(). 

wSpecifies the ID of the window whose subwindows are to be unmapped. 

DESCRIPTION

XUnmapSubwindows() performs an XUnmapWindow() on all mapped children of w, in bottom to top stacking order.  (It does not unmap subwindows of subwindows.) 

XUnmapSubwindows() also generates an UnmapNotify event on each subwindow and generates exposure events on formerly obscured windows.  This function is much more efficient than unmapping many subwindows one at a time, since much of the work need only be performed once for all of the subwindows rather than for each subwindow. 

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

ERRORS

BadWindow

SEE ALSO

XMapRaised(), XMapSubwindows(), XMapWindow(), XUnmapWindow(). 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026