xref: /386bsd/usr/X386/man/man3/XtMapWidget.3x (revision a2142627)
.\\$1D \\$2 \\$1
.if \\n(VS>=40 .vs \\n(VSu
.if \\n(VS<=39 .vs \\n(VSp
..

0 .nr BD 0

..

.KS .TA .5i 3i

..
.KE

.. .. .KS

.D

choose appropriate monospace font
the imagen conditional, 480,
may be changed to L if LB is too
heavy for your eyes...

.. .R .. .. .. .TB

\\*(NO .R .. . \" Note End -- doug kraft 3/85

0 .. .ny0

XtMapWidget 3Xt "Release 3" "X Version 11" "XT FUNCTIONS"
NAME
XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget - map and unmap widgets
SYNTAX
XtMapWidget(w)

Widget w\^;

void XtSetMappedWhenManaged(w, map_when_managed)

Widget w;

Boolean map_when_managed;

XtUnmapWidget(w)

Widget w\^;

ARGUMENTS
map_when_managed 1i
Specifies a Boolean value that indicates the new value of the map_when_managed field.
w 1i
Specifies the widget.
DESCRIPTION
If the widget is realized and managed and if the new value of map_when_managed is .ZN True , .ZN XtSetMappedWhenManaged maps the window. If the widget is realized and managed and if the new value of map_when_managed is .ZN False , it unmaps the window. .ZN XtSetMappedWhenManaged is a convenience function that is equivalent to (but slightly faster than) calling .ZN XtSetValues and setting the new value for the mappedWhenManaged resource. As an alternative to using .ZN XtSetMappedWhenManaged to control mapping, a client may set mapped_when_managed to .ZN False and use .ZN XtMapWidget and .ZN XtUnmapWidget explicitly.
"SEE ALSO"
XtManageChildren(3Xt)

\*(xT

\*(xL