Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtSetMappedWhenManaged(3Xt) — A/UX 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtManageChildren(3Xt)




XtMapWidget(3Xt) XtMapWidget(3Xt)
NAME XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget - map and unmap widgets SYNOPSIS XtMapWidget(w) Widget w; void XtSetMappedWhenManaged(w, map-when-managed) Widget w; Boolean map-when-managed; XtUnmapWidget(w) Widget w; DESCRIPTION If the widget is realized and managed and if map-when- managed is TRUE, XtSetMappedWhenManaged maps the window. If the widget is realized and managed and if map-when-managed is FALSE, it unmaps the window. XtSetMappedWhenManaged is a convenience function that is equivalent to (but slightly faster than) calling XtSetValues and setting a new value for the mappedWhenManaged resource. As an alternative to using XtSetMappedWhenManaged to control mapping, a client may set mapped-when-managed to FALSE and use XtMapWidget and XtUn- mapWidget explicitly. Arguments These functions accept the following arguments: map-when-managed Specifies a Boolean value that indicates the new value of the map-when-managed member. w Specifies the widget. SEE ALSO XtManageChildren(3Xt)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language Interface November, 1990 1

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