XmStringPeekNextComponent(Xm) UNIX System V
NAME
XmStringPeekNextComponent - a compound string function that
returns the component type of the next component fetched.
SYNOPSIS
#include <Xm/Xm.h>
XmStringComponentType XmStringPeekNextComponent (context)
XmStringContext* context;
DESCRIPTION
XmStringPeekNextComponent examines the next component which
would be fetched by XmStringGetNextComponent and returns the
component type.
contextSpecifies the string context structure which was
allocated by the XmStringInitContext function.
RETURN VALUE
Returns the type of component found.
RELATED INFORMATION
XmStringCreate(Xm) and XmStringInitContext(Xm).
(printed 2/14/90) XmStringPeekNextComponent(Xm)