1XmRenditionUpdate(library call) XmRenditionUpdate(library call)
2
3
4
6 XmRenditionUpdate — A convenience function that modifies resources
7
9 #include <Xm/Xm.h>
10 void XmRenditionUpdate(
11 XmRendition rendition,
12 ArgList arglist,
13 Cardinal argcount);
14
16 XmRenditionUpdate modifies resources in the specified rendition.
17
18 rendition Specifies the rendition.
19
20 arglist Specifies the argument list.
21
22 argcount Specifies the number of attribute/value pairs in the argument
23 list (arglist).
24
26 XmRendition(3).
27
28
29
30 XmRenditionUpdate(library call)