XmStringFreeContext(X3mot)


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.

context
Specifies the string context structure that was allocated by the XmStringInitContext function

References

XmStringCreate(X3mot) and XmStringInitContext(X3mot).
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.