manpagez: man pages & more
man XmStringGetNextTriple(3)
Home | html | info | man
XmStringGetNextTriple(library call)        XmStringGetNextTriple(library call)




NAME

       XmStringGetNextTriple  --  An  XmString function that returns the type,
       length, and value of the next component in the compound string


SYNOPSIS

       #include <Xm/Xm.h>
       XmStringComponentType XmStringGetNextTriple(
       XmStringContext context,
       unsigned int *length,
       XtPointer *value);


DESCRIPTION

       XmStringGetNextTriple returns the type, length, and value of  the  next
       component  in the compound string identified by context.  This function
       returns one component at a time.

       context   Specifies the string context structure that was allocated  by
                 the XmStringInitContext function.

       length    Specifies  a  pointer  to  the  length  of  the  value of the
                 returned component.

       value     Specifies a pointer to the value of the  returned  component.
                 If  the  returned  value  is not NULL, the function allocates
                 space to hold the returned value.  When  the  application  no
                 longer  needs  the  returned compound string, the application
                 should call XtFree.


RETURN

       Returns the type of the component found. Refer  to  the  XmStringCompo-
       nentType(3) reference page for a list of component types.


RELATED

       XmDirection(3),   XmString(3),  XmStringComponentType(3),  XmStringGet-
       NextComponent(3), and XmStringPeekNextTriple(3).



                                           XmStringGetNextTriple(library call)

openMotif 2.3.1 - Generated Wed Dec 3 06:41:46 CST 2008
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.