XmFontListEntryGetTag(X3mot)


XmFontListEntryGetTag -- a font list function that retrieves the tag of a font list entry

Synopsis

#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 entry

Return values

Returns the tag for the font list entry.

References

XmFontList(X3mot), XmFontListEntryCreate(X3mot), XmFontListEntryGetFont(X3mot), XmFontListEntryLoad(X3mot) and XmFontListNextEntry(X3mot).
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.