XT FUNCTIONS XtMapWidget(3xt)
NAME
XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget - map and
unmap widgets SYNTAXcc [ flag... ] file... -lXt [ library... ]
int XtMapWidget(Widget w);
void XtSetMappedWhenManaged(Widget w, Booleanmap_when_managed);
int XtUnmapWidget(Widget w); ARGUMENTSmap_when_managed
Specifies a Boolean value that indicates the newvalue of the map_when_managed field.
w Specifies the widget.DESCRIPTION
If the widget is realized and managed and if the new valueof map_when_managed is True, XtSetMappedWhenManaged maps the
window. If the widget is realized and managed and if thenew value of map_when_managed is False, it unmaps the win-
dow. XtSetMappedWhenManaged is a convenience function thatis equivalent to (but slightly faster than) calling XtSet-
Values and setting the new value for the mappedWhenManaged resource. As an alternative to using XtSetMappedWhenManagedto control mapping, a client may set mapped_when_managed to
False and use XtMapWidget and XtUnmapWidget explicitly.
SEE ALSO
XtManageChildren(3Xt)X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: X Version 11 Last change: libXt 1.0.8 1XT FUNCTIONS XtMapWidget(3xt)
__________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|___________________________________|
| Availability | x11/library/toolkit/libxt ||_____________________________|___________________________________|
| Interface Stability | Committed ||_____________________________|___________________________________|
| MT-Level | See XtToolkitThreadInitialize(3XT)|
|_____________________________|___________________________________|
X Version 11 Last change: libXt 1.0.8 2