| Click this button to go to the index for this section. |
XmFontListEntryFree(3X)
OSF/Motif
NAME
XmFontListEntryFree - A font list function that recovers memory used by a font list entrySYNOPSIS
#include <Xm/Xm.h> void XmFontListEntryFree (entry) XmFontListEntry *entry;DESCRIPTION
XmFontListEntryFree recovers memory used by a font list entry. This routine does not free the XFontSet or XFontStruct associated with the font list entry. entry Specifies the font list entry to be freedSEE ALSO
XmFontList(3X), XmFontListAppendEntry(3X), XmFontListEntryCreate(3X), XmFontListEntryLoad(3X), XmFontListNextEntry(3X), XmFontListRemoveEntry(3X)