XmStringPeekNextComponent(X3mot)


XmStringPeekNextComponent -- a compound string function that returns the component type of the next component fetched

Synopsis

#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 values

Returns the type of component found.

References

XmStringCreate(X3mot), XmStringGetNextComponent(X3mot) and XmStringInitContext(X3mot).
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.