logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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).

Name

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

Synopsis

       #include <Xm/Xm.h>
       voidXmRenditionRetrieve(
       XmRenditionrendition,
       ArgListarglist,
       Cardinalargcount);

See Also