1XmFontListFreeFontContext(library call)XmFontListFreeFontContext(library call)
2
3
4
6 XmFontListFreeFontContext — A font list function that instructs the
7 toolkit that the font list context is no longer needed
8
10 #include <Xm/Xm.h>
11 void XmFontListFreeFontContext(
12 XmFontContext context);
13
15 XmFontListFreeFontContext instructs the toolkit that the context is no
16 longer needed and will not be used without reinitialization.
17
18 context Specifies the font list context structure that was allocated
19 by the XmFontListInitFontContext function
20
22 XmFontListInitFontContext(3) and XmFontListNextEntry(3).
23
24
25
26 XmFontListFreeFontContext(library call)