Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmRenderTableCopy(3X) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XmRenderTableCopy(3X)     UNIX System V     XmRenderTableCopy(3X)



     NAME
          XmRenderTableCopy - A render table function that copies
          renditions

     SYNOPSIS
          #include <Xm/Xm.h>
          XmRenderTable XmRenderTableCopy(
          XmRenderTable table,
          XmStringTag *tags,
          int tagcount);

     VERSION
          This page documents Motif 2.1.

     DESCRIPTION
          XmRenderTableCopy creates a new render table which will
          contain the renditions of the table whose tags match those
          in tags.

          table     Specifies the table containing the renditions to
                    be copied.

          tags      Specifies an array of tags, whose corresponding
                    renditions are to be copied. NULL indicates that
                    the complete table should be copied.

          tag_count Specifies the number of tags in tags.

     RETURN
          Returns NULL if table is NULL. Otherwise, this function
          returns the new render table.  This function allocates space
          to hold the new render table.  The application is
          responsible for managing this allocated space.  The
          application can recover this allocated space by calling
          XmRenderTableFree.

     RELATED
          XmRendition(3) and XmRenderTableFree(3).

















     Page 1                                          (printed 1/22/99)



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