| Click this button to go to the index for this section. |
XmStringPeekNextComponent(3X)
OSF/Motif
NAME
XmStringPeekNextComponent - A compound string function that returns the component type of the next component fetchedSYNOPSIS
#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 functionRETURN VALUE
Returns the type of component found.SEE ALSO
XmStringCreate(3X), XmStringGetNextComponent(3X), XmStringInitContext(3X)