| Click this button to go to the index for this section. |
XmStringFreeContext(3X)
OSF/Motif
NAME
XmStringFreeContext - A compound string function that instructs the toolkit that the context is no longer neededSYNOPSIS
#include <Xm/Xm.h> void XmStringFreeContext (context) XmStringContext context;DESCRIPTION
XmStringFreeContext instructs the toolkit that the context is no longer needed and will not be used without reinitialization. context Specifies the string context structure that was allocated by the XmStringInitContext functionSEE ALSO
XmStringCreate(3X), XmStringInitContext(3X)