1XmRenditionRetrieve(library call) XmRenditionRetrieve(library call)
2
3
4
6 XmRenditionRetrieve — A convenience function that retrieves rendition
7 resources
8
10 #include <Xm/Xm.h>
11 void XmRenditionRetrieve(
12 XmRendition rendition,
13 ArgList arglist,
14 Cardinal argcount);
15
17 XmRenditionRetrieve extracts values for the given resources (arglist)
18 from the specified rendition. Note that the function returns the
19 actual values of the resources, not copies. Therefore it is necessary
20 to copy before modifying any resource whose value is an address. This
21 will include such resources as XmNfontName, XmNfont, and XmNtabList.
22
23 rendition Specifies the rendition.
24
25 arglist Specifies the argument list.
26
27 argcount Specifies the number of attribute/value pairs in the argument
28 list (arglist).
29
31 XmRendition(3) and XmTabListCopy(3).
32
33
34
35 XmRenditionRetrieve(library call)