1XtMapWidget(3)                   XT FUNCTIONS                   XtMapWidget(3)
2
3
4

NAME

6       XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget - map and unmap wid‐
7       gets
8

SYNTAX

10       int XtMapWidget(Widget w);
11
12       void XtSetMappedWhenManaged(Widget w, Boolean map_when_managed);
13
14       int XtUnmapWidget(Widget w);
15

ARGUMENTS

17       map_when_managed
18                 Specifies a Boolean value that indicates the new value of the
19                 map_when_managed field.
20
21       w         Specifies the widget.
22

DESCRIPTION

24       If the widget is realized and managed and if the new value of
25       map_when_managed is True, XtSetMappedWhenManaged maps the window.  If
26       the widget is realized and managed and if the new value of
27       map_when_managed is False, it unmaps the window.  XtSetMappedWhen‐
28       Managed is a convenience function that is equivalent to (but slightly
29       faster than) calling XtSetValues and setting the new value for the
30       mappedWhenManaged resource.  As an alternative to using XtSetMapped‐
31       WhenManaged to control mapping, a client may set mapped_when_managed to
32       False and use XtMapWidget and XtUnmapWidget explicitly.
33

SEE ALSO

35       XtManageChildren(3)
36       X Toolkit Intrinsics - C Language Interface
37       Xlib - C Language X Interface
38
39
40
41X Version 11                      libXt 1.1.5                   XtMapWidget(3)
Impressum