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

NAME

6       XmFontListEntryGetTag  — A font list function that retrieves the tag of
7       a font list entry
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       char* XmFontListEntryGetTag(
12       XmFontListEntry entry);
13

DESCRIPTION

15       XmFontListEntryGetTag retrieves a copy of the tag of the specified font
16       list  entry. This routine allocates memory for the tag string that must
17       be freed by the application.
18
19       entry     Specifies the font list entry
20

RETURN

22       Returns the tag for the font list entry.  The function allocates  space
23       to  hold the returned tag.  The application is responsible for managing
24       the allocated space.  The application can recover the  allocated  space
25       by calling XtFree.
26
28       XmFontList(3),   XmFontListEntryCreate(3),   XmFontListEntryGetFont(3),
29       XmFontListEntryLoad(3), and XmFontListNextEntry(3).
30
31
32
33                                           XmFontListEntryGetTag(library call)
Impressum