XmStringPeekNextComponent(3X) OSF/Motif XmStringPeekNextComponent(3X)NAMEXmStringPeekNextComponent - A compound string function that returns the
component type of the next component fetched
SYNOPSIS
#include <Xm/Xm.h>
XmStringComponentType XmStringPeekNextComponent (context)
XmStringContextcontext;
DESCRIPTIONXmStringPeekNextComponent examines the next component that would be
fetched by XmStringGetNextComponent and returns the component type.
Specifies the string context structure that was allocated by the
XmStringInitContext function
RETURN VALUE
Returns the type of component found.
RELATED INFORMATIONXmStringCreate(3X), XmStringGetNextComponent(3X), and XmStringInitConâ
text(3X).
XmStringPeekNextComponent(3X)