Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmRenderTableCvtToProp() — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XmRenderTableCvtToProp(3X)UNIX System VXmRenderTableCvtToProp(3X)



     NAME
          XmRenderTableCvtToProp - A render table function that
          converts a render table to a string representation

     SYNOPSIS
          #include <Xm/Xm.h>
          unsigned int XmRenderTableCvtToProp(
          Widget widget,
          XmRenderTable table,
          char **propreturn);

     VERSION
          This page documents Motif 2.1.

     DESCRIPTION
          XmRenderTableCvtToProp converts a render table to a string
          of characters representing the render table.  This routine
          is typically used by the source of a data transfer operation
          to produce a representation for transferring a render table
          to a destination.

          widget    Specifies the widget that is the source of the
                    render table

          table     Specifies a render table to be converted

          prop_return
                    Specifies a pointer to a string that is created
                    and returned by this function.  The function
                    allocates space to hold the returned string.  The
                    application is responsible for managing this
                    allocated space.  The application can recover this
                    allocated space by calling XtFree.

     RETURN
          Returns the number of bytes in the string representation.

     RELATED
          XmRenderTable(3) and XmRenderTableCvtFromProp(3).
















     Page 1                                          (printed 1/22/99)



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