![]() |
![]()
| ![]() |
![]()
NAMEXmRenditionCreate — A convenience function that creates a rendition SYNOPSIS#include <Xm/Xm.h> XmRendition XmRenditionCreate( Widget widget, XmStringTag tag, ArgList arglist, Cardinal argcount); DESCRIPTIONXmRenditionCreate creates a rendition whose resources are set to the values specified in arglist. Default values are assigned to resources that are not specified.
RETURNReturns 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. RELATEDXmRendition(3) and XmRenditionFree(3).
|