Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmRenderTableGetTags(3X) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XmRenderTableGetTags(3X)  UNIX System V  XmRenderTableGetTags(3X)



     NAME
          XmRenderTableGetTags - A convenience function that gets
          rendition tags

     SYNOPSIS
          #include <Xm/Xm.h>
          int XmRenderTableGetTags(
          XmRenderTable table,
          XmStringTag **taglist);

     VERSION
          This page documents Motif 2.1.

     DESCRIPTION
          XmRenderTableGetTags searches the specified table for the
          XmNtag resources of all the renditions (XmRenditions)
          entries. These tag resources are then composed into an
          array.

          table     Specifies the table containing the XmRenditions.

          tag_list  Is the array of XmStringTags generated by this
                    function.  The function allocates space to hold
                    the returned tags and to hold the tag_list itself.
                    The application is responsible for managing this
                    allocated space.  This application can recover
                    this allocated space by calling XtFreeonce for
                    each of the returned tags, and then calling XtFree
                    on the returned tag_list variable itself.

     RETURN
          Returns the number of tags in tag_list.

     RELATED
          XmRendition(3).




















     Page 1                                          (printed 1/22/99)



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