XmStringPeekNextComponent(Xm) 6 January 1993 XmStringPeekNextComponent(Xm) Name XmStringPeekNextComponent - a compound string function that returns the component type of the next component fetched Syntax #include <Xm/Xm.h> XmStringComponentType XmStringPeekNextComponent (context) XmStringContext context; Description XmStringPeekNextComponent examines the next component that would be fetched by XmStringGetNextComponent and returns the component type. context Specifies the string context structure that was allocated by the XmStringInitContext function. Return value Returns the type of component found. See also XmStringCreate(Xm), XmStringGetNextComponent(Xm) and XmStringInitContext(Xm).