Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtMapWidget(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtSetMappedWhenManaged(1)

XtUnmapWidget(1)

 

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. 

See Also

XtSetMappedWhenManaged(1), XtUnmapWidget(1). 

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