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

NAME

6       XmStringGetNextTriple  —  An  XmString  function that returns the type,
7       length, and value of the next component in the compound string
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       XmStringComponentType XmStringGetNextTriple(
12       XmStringContext context,
13       unsigned int *length,
14       XtPointer *value);
15

DESCRIPTION

17       XmStringGetNextTriple returns the type, length, and value of  the  next
18       component  in the compound string identified by context.  This function
19       returns one component at a time.
20
21       context   Specifies the string context structure that was allocated  by
22                 the XmStringInitContext function.
23
24       length    Specifies  a  pointer  to  the  length  of  the  value of the
25                 returned component.
26
27       value     Specifies a pointer to the value of the  returned  component.
28                 If  the  returned  value  is not NULL, the function allocates
29                 space to hold the returned value.  When  the  application  no
30                 longer  needs  the  returned compound string, the application
31                 should call XtFree.
32

RETURN

34       Returns the type of the component found. Refer  to  the  XmStringCompo‐
35       nentType(3) reference page for a list of component types.
36
38       XmDirection(3),   XmString(3),  XmStringComponentType(3),  XmStringGet‐
39       NextComponent(3), and XmStringPeekNextTriple(3).
40
41
42
43                                           XmStringGetNextTriple(library call)
Impressum