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

NAME

6       XmRenderTableGetTags — A convenience function that gets rendition tags
7

SYNOPSIS

9       #include <Xm/Xm.h>
10       int XmRenderTableGetTags(
11       XmRenderTable table,
12       XmStringTag **tag_list);
13

DESCRIPTION

15       XmRenderTableGetTags  searches  the  specified  table  for  the  XmNtag
16       resources of all  the  renditions  (XmRenditions)  entries.  These  tag
17       resources are then composed into an array.
18
19       table     Specifies the table containing the XmRenditions.
20
21       tag_list  Is the array of XmStringTags generated by this function.  The
22                 function allocates space to hold the  returned  tags  and  to
23                 hold the tag_list itself.  The application is responsible for
24                 managing this allocated space.  This application can  recover
25                 this  allocated  space by calling XtFree once for each of the
26                 returned tags,  and  then  calling  XtFree  on  the  returned
27                 tag_list variable itself.
28

RETURN

30       Returns the number of tags in tag_list.
31
33       XmRendition(3).
34
35
36
37                                            XmRenderTableGetTags(library call)
Impressum