| Click this button to go to the index for this section. |
XmFontListEntryGetTag(3X)
OSF/Motif
NAME
XmFontListEntryGetTag - A font list function that retrieves the tag of a font list entrySYNOPSIS
#include <Xm/Xm.h> char* XmFontListEntryGetTag (entry) XmFontListEntry entry;DESCRIPTION
XmFontListEntryGetTag retrieves a copy of the tag of the specified font list entry. This routine allocates memory for the tag string that must be freed by the application. entry Specifies the font list entryRETURN VALUE
Returns the tag for the font list entry.SEE ALSO
XmFontList(3X), XmFontListEntryCreate(3X), XmFontListEntryGetFont(3X), XmFontListEntryLoad(3X), XmFontListNextEntry(3X)