![]() |
![]()
| ![]() |
![]()
NAMEXmStringGetNextTriple — 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); DESCRIPTIONXmStringGetNextTriple 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.
RETURNReturns the type of the component found. Refer to the XmStringComponentType(3) reference page for a list of component types. RELATEDXmDirection(3), XmString(3), XmStringComponentType(3), XmStringGetNextComponent(3), and XmStringPeekNextTriple(3).
|