1XmRenditionCreate(library call)                XmRenditionCreate(library call)
2
3
4

NAME

6       XmRenditionCreate — A convenience function that creates a rendition
7

SYNOPSIS

9       #include <Xm/Xm.h>
10       XmRendition XmRenditionCreate(
11       Widget widget,
12       XmStringTag tag,
13       ArgList arglist,
14       Cardinal argcount);
15

DESCRIPTION

17       XmRenditionCreate  creates  a  rendition whose resources are set to the
18       values specified in arglist. Default values are assigned  to  resources
19       that are not specified.
20
21       widget    Specifies the widget used for deriving any necessary informa‐
22                 tion for creating the rendition. In particular, the X display
23                 of widget will be used for loading fonts.
24
25       tag       Specifies  the  tag for the rendition.  (This will become the
26                 XmNtag resource for the rendition.)
27
28       arglist   Specifies the argument list.
29
30       argcount  Specifies the number of attribute/value pairs in the argument
31                 list (arglist).
32

RETURN

34       Returns  the  created  rendition.  The function allocates space to hold
35       the returned rendition.  The application is  responsible  for  managing
36       this allocated space.  The application can recover this allocated space
37       by calling XmRenditionFree.
38
40       XmRendition(3) and XmRenditionFree(3).
41
42
43
44                                               XmRenditionCreate(library call)
Impressum