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

NAME

6       XmRenderTableGetRendition  — A convenience function that matches a ren‐
7       dition tag
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       XmRendition XmRenderTableGetRendition(
12       XmRenderTable table,
13       XmStringTag tag);
14

DESCRIPTION

16       XmRenderTableGetRendition searches table and returns a copy of the ren‐
17       dition  whose  XmNtag  resource  matches tag.  If no rendition matches,
18       then NULL is returned. This function is to be used for just one  rendi‐
19       tion match.
20
21       It  is  the responsibility of the caller to free the returned rendition
22       with the XmRenditionFree function.
23
24       table     Specifies the table containing renditions to be searched.
25
26       tag       Specifies the tag to search for.
27

RETURN

29       Returns NULL if there is no match; otherwise, this function  returns  a
30       new XmRendition.
31
33       XmRenderTableGetRenditions(3),  XmRenderTableGetTags(3),  and  XmRendi‐
34       tion(3).
35
36
37
38                                       XmRenderTableGetRendition(library call)
Impressum