1XmStringPeekNextTriple(library call)      XmStringPeekNextTriple(library call)
2
3
4

NAME

6       XmStringPeekNextTriple  — A function that returns the component type of
7       the next component
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       XmStringComponentType XmStringPeekNextTriple(
12       XmStringContext context);
13

DESCRIPTION

15       XmStringPeekNextTriple  examines  the  next  component  that  would  be
16       fetched by XmStringGetNextTriple and returns the component type.
17
18       context   Specifies  the string context structure that was allocated by
19                 the XmStringInitContext function.
20

RETURN

22       Returns the type of the component found.  Refer to  the  XmStringCompo‐
23       nentType(3) reference page for a list of component types.
24
26       XmString(3), XmStringComponentType(3), and XmStringGetNextTriple(3).
27
28
29
30                                          XmStringPeekNextTriple(library call)
Impressum