1XtSetWMColormapWindows(3) XT FUNCTIONS XtSetWMColormapWindows(3)
2
3
4
6 XtSetWMColormapWindows - Set the value of the WM_COLORMAP_WINDOWS prop‐
7 erty
8
10 #include <X11/Intrinsic.h>
11
12 void XtSetWMColormapWindows(Widget widget, Widget* list, Cardinal
13 count);
14
16 widget Specifies the widget on whose window the WM_COLORMAP_WINDOWS
17 property will be stored. Must be of class Core or any sub‐
18 class thereof.
19
20 list Specifies a list of widgets whose windows are are potentially
21 to be listed in the WM_COLORMAP_WINDOWS property.
22
23 count Specifies the number of widgets in list.
24
26 XtSetWMColormapWindows returns immediately if widget is not realized or
27 if count is zero. Otherwise, XtSetWMColormapWindows constructs an or‐
28 dered list of windows by examining each widget in list in turn and ig‐
29 noring the widget if it is not realized, or adding the widget's window
30 to the window list if the widget is realized and its colormap resource
31 is different from the colormap resources of all widgets whose windows
32 are already on the window list.
33
34 Finally, XtSetWMColormapWindows stores the resulting window list in the
35 WM_COLORMAP_WINDOWS property on the specified widget's window.
36
38 X Toolkit Intrinsics - C Language Interface
39 Xlib - C Language X Interface
40
41
42
43X Version 11 libXt 1.2.1 XtSetWMColormapWindows(3)