![]() |
![]()
| ![]() |
![]()
NAMEXmStringComponentCreate — A compound string function that creates arbitrary components SYNOPSIS#include <Xm/Xm.h> XmString XmStringComponentCreate( XmStringComponentType c_type, unsigned int length, XtPointer value); DESCRIPTIONXmStringComponentCreate creates a new XmString component of type c_type, containing value. If value is invalid for the particular component type, this function fails and returns NULL.
Refer to the XmStringComponentType(3) reference page for a list of the possible XmString component types. RETURNIf value is invalid for c_type, fails and returns NULL. Otherwise, this function returns a new compound string. When the application no longer needs the returned compound string, the application should call XmStringFree. RELATEDXmString(3), XmStringGetNextTriple, XmStringComponentType, and XmStringFree(3).
|