Name
XtUnmapWidget — unmap a widget explicitly.
Synopsis
XtUnmapWidget(w)
Widget w;
Arguments
wSpecifies the widget to be unmapped.
Description
XtUnmapWidget unmaps a widget’s window from its display, causing it to become invisible.
Most widgets are mapped when they are managed, as controlled by the XtNmappedWhenManaged resource. Widgets that are not mapped must be mapped explicitly by calling XtMapWidget. XtUnmapWidget takes a widget off the display without deleting it.
See Also
XtManageChild(1), XtMapWidget(1), XtSetMappedWhenManaged(1).