Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmstringinitcontext(3x) [osf1 man page]

XmStringInitContext(3X) 												   XmStringInitContext(3X)

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 func- tion 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) XmStringInitContext(3X)

Check Out this Related Man Page

XmStringGetNextSegment(3X)												XmStringGetNextSegment(3X)

NAME
XmStringGetNextSegment - A compound string function that fetches the octets in the next segment of a compound string SYNOPSIS
#include <Xm/Xm.h> Boolean XmStringGetNextSegment (context, text, tag, direction, separator) XmStringContext context; char **text; XmStringCharSet *tag; XmStringDirection *direction; Boolean *separator; DESCRIPTION
XmStringGetNextSegment fetches the octets in the next segment; repeated calls fetch sequential segments. The text, tag, and direction of the fetched segment are returned each time. A Boolean status is returned to indicate whether a valid segment was successfully parsed. Specifies the string context structure which was allocated by the XmStringInitContext function. Specifies a pointer to a null terminated string. Specifies a pointer to the font list element tag associated with the text. Specifies a pointer to the direction of the text. Specifies whether the next component of the compound string is a separator. RETURN VALUE
Returns True if a valid segment is found. SEE ALSO
XmStringCreate(3X), XmStringInitContext(3X) XmStringGetNextSegment(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies