XmStringPeekNextComponent - A compound string function that returns the component type of the next component fetched
#include <Xm/Xm.h> XmStringComponentType XmStringPeekNextComponent (context) XmStringContext context;
XmStringPeekNextComponent examines the next component that would be fetched by XmStringGetNextComponent and returns the component type.
Returns the type of component found.
XmStringCreate(3X), XmStringGetNextComponent(3X), and XmStringInitContext(3X).