*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmStringGetNextTriple (3)              
Title
Content
Arch
Section
 

Contents


 XmStringGetNextTriple(library call)     XmStringGetNextTriple(library call)




 NAME    [Toc]    [Back]
      XmStringGetNextTriple - An XmString function that returns the type,
      length, and value of the next component in the compound string

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

 DESCRIPTION    [Toc]    [Back]
      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    [Toc]    [Back]
      Returns the type of the component found. Refer to the
      XmStringComponentType(3) reference page for a list of component types.

 RELATED    [Toc]    [Back]
      XmDirection(3), XmString(3), XmStringComponentType(3),
      XmStringGetNextComponent(3), and XmStringPeekNextTriple(3).


                                    - 1 -       Formatted:  January 24, 2005
[ Back ]
 Similar pages
Name OS Title
XmStringPeekNextComponent HP-UX A compound string function that returns the component type of the next component to be fetched
XmStringPeekNextComponent Tru64 A compound string function that returns the component type of the next component fetched
XmStringPeekNextComponent IRIX A compound string function that returns the component type of the next component fetched
XmStringGetNextComponent Tru64 A compound string function that returns the type and value of the next component in a compound strin...
XmStringInitContext HP-UX A compound string function that creates a data structure for scanning an XmString component by component
XmStringGetNextComponent HP-UX A compound string function that returns the type and value of the next component in a compound string
XmStringGetNextComponent IRIX A compound string function that returns the type and value of the next component in a compound string
XmStringPeekNextTriple HP-UX A function that returns the component type of the next component
XmStringLength Tru64 A compound string function that obtains the length of a compound string
XmStringLength HP-UX A compound string function that obtains the length of a compound string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service