XmStringGetNextSegment - A compound string function that fetches the octets in the next segment of a compound string
#include <Xm/Xm.h>
Boolean XmStringGetNextSegment (context, text, tag, direction, separator)
XmStringContext context;
char **text;
XmStringCharSet *tag;
XmStringDirection *direction;
Boolean *separator;
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.
Returns True if a valid segment is found.