XmFontListEntryGetTag (3) Linux Manual Page
XmFontListEntryGetTag — A font list function that retrieves the tag of a font list entry Synopsis#include <Xm/Xm.h> char* XmFontListEntryGetTag( XmFontListEntry entry);DescriptionXmFontListEntryGetTag 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 entryReturnReturns the…
