XmStringFreeContext(Xm) 6 January 1993 XmStringFreeContext(Xm) Name XmStringFreeContext - a compound string function that instructs the toolkit that the context is no longer needed Syntax #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 function See also XmStringCreate(Xm) and XmStringInitContext(Xm).