XmStringFreeContext(library call) XmStringFreeContext(library call)
NAME [Toc] [Back]
XmStringFreeContext - A compound string function that releases the
string scanning context data structure
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
void XmStringFreeContext(
XmStringContext context);
DESCRIPTION [Toc] [Back]
XmStringFreeContext releases the string scanning context data
structure.
context Specifies the string context structure that was allocated by
the XmStringInitContext function
RELATED [Toc] [Back]
XmStringCreate(3) and XmStringInitContext(3).
- 1 - Formatted: January 24, 2005 [ Back ] |