A convenience function that creates a rendition
Format
#include <Xm/Xm.h> XmRendition XmRenditionCreate Widget widgetXmStringTag tagArgList arglistCardinal argcount
DESCRIPTION
XmRenditionCreate creates a rendition whose resources are set to the values specified in arglist. Default values are assigned to resources that are not specified.
RETURN
Returns the created rendition. The function allocates space to hold the returned rendition. The application is responsible for managing this allocated space. The application can recover this allocated space by calling XmRenditionFree.
RELATED