XmRenditionCreate(3) | Library Functions Manual | XmRenditionCreate(3) |
XmRenditionCreate — A convenience function that creates a rendition "XmRenditionCreate"
#include <Xm/Xm.h> XmRendition XmRenditionCreate( Widget widget, XmStringTag tag, ArgList arglist, Cardinal argcount);
XmRenditionCreate creates a rendition whose resources are set to the values specified in arglist. Default values are assigned to resources that are not specified.
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.