Name
XtMapWidget — map a widget to its display.
Synopsis
XtMapWidget(w)
Widget w;
Arguments
wSpecifies the widget to be mapped.
Description
XtMapWidget maps a widget’s window to its display, causing it to become visible. A widget must be realized before it can be mapped.
If a widget’s Core map_when_managed field is set to True, the widget is automatically mapped when it is managed. This is the case for most widgets. Widgets that are not must be mapped explicitly with XtMapWidget. The map_when_managed field can also be set through a call to XtSetMappedWhenManaged.