Manual Page Result
0
Command: XmStringPeekNextComponent | Section: 3 | Source: Digital UNIX | File: XmStringPeekNextComponent.3X.gz
XmStringPeekNextComponent(3X) XmStringPeekNextComponent(3X)
NAME
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.
Specifies the string context structure that was allocated by the Xm-
StringInitContext function
RETURN VALUE
Returns the type of component found.
SEE ALSO
XmStringCreate(3X), XmStringGetNextComponent(3X), XmStringInitCon-
text(3X)
XmStringPeekNextComponent(3X)