hpux man page for xtmapwidget

Query: xtmapwidget

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XtMapWidget()															     XtMapWidget()

Name
  XtMapWidget - map a widget to its display.

Synopsis
  XtMapWidget(w)
	 Widget w;

Inputs
  w	    Specifies the widget to be mapped.	Must be of class Core or any subclass thereof.

Description
  XtMapWidget() explicitly maps a widget's window, causing it to become visible.  A widget must be realized before it can be mapped.

Usage
  A widget should be managed before it is mapped; otherwise the window may not appear at the correct location or size.

  If  a  widget's Core XtNmappedWhenManaged resource is set to True, the widget is automatically mapped when it is managed.  This is the case
  for most widgets.  Widgets with this resource False must be mapped explicitly with XtMapWidget().

  To explicitly unmap a widget without unmanaging it, use XtUnmapWidget().

  The XtNmappedWhenManaged resource can also be set (and the widget mapped and unmapped) with XtSetMappedWhenManaged().

See Also
  XtSetMappedWhenManaged(1), XtUnmapWidget(1).

Xt - Widget Lifecycle														     XtMapWidget()
Related Man Pages
xmgetvisibility(3) - hpux
xtcreatemanagedwidget(3) - hpux
xtmanagechb(3) - hpux
xtcreatemanagedwidget(1) - hpux
xtinstallallaccelerators(1) - hpux
Similar Topics in the Unix Linux Community
Unix File Permissions
PHP Man Pages Now Available (Over 10,000)
Hpux 11iV3 administration document
awk - Multi-line data to be stored in variable