1XtMapWidget(3) XT FUNCTIONS XtMapWidget(3)
2
3
4
6 XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget - map and unmap wid‐
7 gets
8
10 #include <X11/Intrinsic.h>
11
12 void XtMapWidget(Widget w);
13
14 void XtSetMappedWhenManaged(Widget w, Boolean map_when_managed);
15
16 void XtUnmapWidget(Widget w);
17
19 map_when_managed
20 Specifies a Boolean value that indicates the new value of the
21 map_when_managed field.
22
23 w Specifies the widget.
24
26 If the widget is realized and managed and if the new value of
27 map_when_managed is True, XtSetMappedWhenManaged maps the window. If
28 the widget is realized and managed and if the new value of
29 map_when_managed is False, it unmaps the window. XtSetMappedWhen‐
30 Managed is a convenience function that is equivalent to (but slightly
31 faster than) calling XtSetValues and setting the new value for the
32 mappedWhenManaged resource. As an alternative to using XtSetMapped‐
33 WhenManaged to control mapping, a client may set mapped_when_managed to
34 False and use XtMapWidget and XtUnmapWidget explicitly.
35
37 XtManageChildren(3)
38 X Toolkit Intrinsics - C Language Interface
39 Xlib - C Language X Interface
40
41
42
43X Version 11 libXt 1.2.1 XtMapWidget(3)