XmStringFreeContext(Xm) UNIX System V
NAME
XmStringFreeContext - a compound string function that
instructs the toolkit that the context is no longer needed.
SYNOPSIS
#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.
contextSpecifies the string context structure which was
allocated by the XmStringInitContext function.
RELATED INFORMATION
XmStringCreate(Xm) and XmStringInitContext(Xm).
(printed 2/14/90) XmStringFreeContext(Xm)