Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
XmRenditionRetrieve(3)	    Library Functions Manual	  XmRenditionRetrieve(3)

NAME
     XmRenditionRetrieve  -- A convenience function that retrieves rendition re-
     sources

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 mod-
     ifying any resource whose value is an address. This will include  such  re-
     sources 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).

RELATED
     XmRendition(3) and XmTabListCopy(3).

							  XmRenditionRetrieve(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmRenditionRetrieve&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help