A convenience function that retrieves rendition resources
Format
#include <Xm/Xm.h> void XmRenditionRetrieve XmRendition renditionArgList arglistCardinal argcount
DESCRIPTION
XmRenditionRetrieve extracts values for the given resources ( arglist) from the specified rendition. Note that the function returns the actual values of the resources, not copies. Therefore it is necessary to copy before modifying any resource whose value is an address. This will include such resources as XmNfontName, XmNfont, and XmNtabList.
RELATED