1XmStringPeekNextComponent(library call)XmStringPeekNextComponent(library call)
2
3
4
6 XmStringPeekNextComponent — A compound string function that returns the
7 component type of the next component to be fetched
8
10 #include <Xm/Xm.h>
11 XmStringComponentType XmStringPeekNextComponent(
12 XmStringContext context);
13
15 This function is obsolete and exists for compatibility with previous
16 releases. It is replaced by XmStringPeekNextTriple. XmString‐
17 PeekNextComponent examines the next component that would be fetched by
18 XmStringGetNextComponent and returns the component type.
19
20 context Specifies the string context structure that was allocated by
21 the XmStringInitContext function
22
24 Returns the type of component found. Refer to the XmStringComponent‐
25 Type(3) reference page for a list of component types.
26
28 XmStringComponentType(3), XmStringCreate(3), XmStringGetNextCompo‐
29 nent(3), and XmStringInitContext(3).
30
31
32
33 XmStringPeekNextComponent(library call)