Content-type: text/html Man page of XmStringInitContext

XmStringInitContext

Section: (3X)
Updated:
Index Return to Main Contents
 

NAME

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

SYNOPSIS

#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. Specifies a pointer to the allocated context Specifies the string.
 

RETURN VALUE

Returns True if the context was allocated
 

SEE ALSO

XmStringCreate(3X)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:41:49 GMT, October 02, 2010