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

NAME

6       XtSetWMColormapWindows - Set the value of the WM_COLORMAP_WINDOWS prop‐
7       erty
8

SYNTAX

10       void XtSetWMColormapWindows(Widget widget, Widget* list, Cardinal
11              count);
12

ARGUMENTS

14       widget    Specifies the widget on whose window the WM_COLORMAP_WINDOWS
15                 property will be stored. Must be of class Core or any sub‐
16                 class thereof.
17
18       list      Specifies a list of widgets whose windows are are potentially
19                 to be listed in the WM_COLORMAP_WINDOWS property.
20
21       count     Specifies the number of widgets in list.
22

DESCRIPTION

24       XtSetWMColormapWindows returns immediately if widget is not realized or
25       if count is zero. Otherwise, XtSetWMColormapWindows constructs an
26       ordered list of windows by examining each widget in list in turn and
27       ignoring the widget if it is not realized, or adding the widget's win‐
28       dow to the window list if the widget is realized and its colormap
29       resource is different from the colormap resources of all widgets whose
30       windows are already on the window list.
31
32       Finally, XtSetWMColormapWindows stores the resulting window list in the
33       WM_COLORMAP_WINDOWS property on the specified widget's window.
34

SEE ALSO

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