Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmRenditionCreate(3X) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XmRenditionCreate(3X)     UNIX System V     XmRenditionCreate(3X)



     NAME
          XmRenditionCreate - A convenience function that creates a
          rendition

     SYNOPSIS
          #include <Xm/Xm.h>
          XmRendition XmRenditionCreate(
          Widget widget,
          XmStringTag tag,
          ArgList arglist,
          Cardinal argcount);

     VERSION
          This page documents Motif 2.1.

     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.

          widget    Specifies the widget used for deriving any
                    necessary information for creating the rendition.
                    In particular, the X display of widgetwill be used
                    for loading fonts.

          tag       Specifies the tag for the rendition.  (This will
                    become the XmNtag resource for the rendition.)

          arglist   Specifies the argument list.

          argcount  Specifies the number of attribute/value pairs in
                    the argument list (arglist).

     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
          XmRendition(3) and XmRenditionFree(3).













     Page 1                                          (printed 1/22/99)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026