|
XmStringPeekNextComponent(3X)
Contents
|
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. Specifies the string context structure
that was allocated by the XmStringInitContext function
Returns the type of component found.
XmStringCreate(3X), XmStringGetNextComponent(3X),
XmStringInitContext(3X)
XmStringPeekNextComponent(3X)
[ Back ] |