Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmfontlistfreefontcontext(3x) [osf1 man page]

XmFontListFreeFontContext(3X)											     XmFontListFreeFontContext(3X)

NAME
XmFontListFreeFontContext - A font list function that instructs the toolkit that the font list context is no longer needed SYNOPSIS
#include <Xm/Xm.h> void XmFontListFreeFontContext (context) XmFontContext context; DESCRIPTION
XmFontListFreeFontContext instructs the toolkit that the context is no longer needed and will not be used without reinitialization. Speci- fies the font list context structure that was allocated by the XmFontListInitFontContext function SEE ALSO
XmFontListInitFontContext(3X), XmFontListNextEntry(3X) XmFontListFreeFontContext(3X)

Check Out this Related Man Page

XmFontListNextEntry(3X) 												   XmFontListNextEntry(3X)

NAME
XmFontListNextEntry - A font list function that returns the next entry in a font list SYNOPSIS
#include <Xm/Xm.h> XmFontListEntry XmFontListNextEntry (context) XmFontContext context; DESCRIPTION
XmFontListNextEntry returns the next entry in the font list. The application uses the XmFontListInitFontContext routine to create a font list context. The first call to XmFontListNextEntry sets the context to the first entry in the font list. The application then calls XmFontListNextEntry repeatedly with the same context. Each succeeding call accesses the next entry of the font list. When finished, the application calls XmFontListFreeFontContext to free the allocated font list context. Specifies the font list context RETURN VALUE
Returns NULL if the context does not refer to a valid entry or if it is at the end of the font list; otherwise, it returns a font list entry. SEE ALSO
XmFontList(3X), XmFontListEntryFree(3X), XmFontListEntryGetFont(3X), XmFontListEntryGetTag(3X), XmFontListFreeFontContext(3X), XmFontLis- tInitFontContext(3X) XmFontListNextEntry(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies