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       #include <X11/Intrinsic.h>
11
12       void XtSetWMColormapWindows(Widget widget, Widget* list, Cardinal
13              count);
14

ARGUMENTS

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

DESCRIPTION

26       XtSetWMColormapWindows returns immediately if widget is not realized or
27       if count is zero. Otherwise, XtSetWMColormapWindows constructs an
28       ordered list of windows by examining each widget in list in turn and
29       ignoring the widget if it is not realized, or adding the widget's win‐
30       dow to the window list if the widget is realized and its colormap
31       resource is different from the colormap resources of all widgets whose
32       windows 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

SEE ALSO

38       X Toolkit Intrinsics - C Language Interface
39       Xlib - C Language X Interface
40
41
42
43X Version 11                     libXt 1.1.5.1       XtSetWMColormapWindows(3)
Impressum