NAME

XmRenditionRetrieve — A convenience function that retrieves rendition resources "XmRenditionRetrieve"

SYNOPSIS

#include <Xm/Xm.h>
void XmRenditionRetrieve(
XmRendition rendition,
ArgList arglist,
Cardinal 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.
rendition
Specifies the rendition.
arglist
Specifies the argument list.
argcount
Specifies the number of attribute/value pairs in the argument list ( arglist).
XmRendition(3) and XmTabListCopy(3).

Recommended readings

Pages related to XmRenditionRetrieve you should read also:

Questions & Answers

Helpful answers and articles about XmRenditionRetrieve you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search