GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmStringGetNextTriple(3) FreeBSD Library Functions Manual XmStringGetNextTriple(3)

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

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

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.

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

XmDirection(3), XmString(3), XmStringComponentType(3), XmStringGetNextComponent(3), and XmStringPeekNextTriple(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.