DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmStringInitContext(Xm)


XmStringInitContext -- a compound string function that allows applications to read out the content segment by segment

Syntax

#include <Xm/Xm.h>

Boolean XmStringInitContext (context, string) XmStringContext * context; XmString string;

Description

XmStringInitContext maintains a context to allow applications to read out the contents of a compound string segment by segment. This function establishes the context for this read out. This context is used when reading subsequent segments out of the string. A Boolean status is returned to indicate if the input string could be parsed.

context
Specifies a pointer to the allocated context.

string
Specifies the string.

Return value

Returns True if the context was allocated.

See also

XmStringCreate(Xm)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005