1XmRenderTableGetRenditions(library callX)mRenderTableGetRenditions(library call)
2
3
4

NAME

6       XmRenderTableGetRenditions — A convenience function that matches rendi‐
7       tion tags
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       XmRendition *XmRenderTableGetRenditions(
12       XmRenderTable table,
13       XmStringTag *tags,
14       Cardinal tag_count);
15

DESCRIPTION

17       XmRenderTableGetRenditions searches  table  and  returns  an  array  of
18       copies  of  the  renditions whose XmNtag resources match a tag in tags.
19       If no renditions match, then NULL is returned. The size of the returned
20       array  is  tag_count.  The XmNtag resource of each rendition will match
21       the corresponding tag in tags. If no match is found  for  a  particular
22       tag, the corresponding slot in the return value will be NULL.
23
24       It  is  the  responsibility  of  the caller to call the XmRenditionFree
25       function to free the new renditions, and the XtFree  function  to  free
26       the array.
27
28       table     Specifies the table containing renditions to be searched.
29
30       tags      Specifies the tags to search for.
31
32       tag_count Specifies the number of tags in tags.
33

RETURN

35       Returns  NULL if there is no match; otherwise, this function returns an
36       array of new XmRenditions.
37
39       XmRenderTableGetRendition(3),  XmRenderTableGetTags(3),  and   XmRendi‐
40       tion(3).
41
42
43
44                                      XmRenderTableGetRenditions(library call)
Impressum