*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmStringGetNextComponent | Section: 3 | Source: Digital UNIX | File: XmStringGetNextComponent.3X.gz
XmStringGetNextComponent(3X) XmStringGetNextComponent(3X) NAME XmStringGetNextComponent - A compound string function that returns the type and value of the next component in a compound string SYNOPSIS #include <Xm/Xm.h> XmStringComponentType XmStringGetNextComponent (context, text, tag, di- rection, unknown_tag, unknown_length, unknown_value) XmStringContext context; char **text; XmStringCharSet *tag; XmStringDirection *direction; XmStringComponentType *unknown_tag; unsigned short *unknown_length; unsigned char **unknown_value; DESCRIPTION XmStringGetNextComponent returns the type and value of the next compo- nent in the compound string identified by context. It is a low-level component function. Components are returned one at a time. On return, only some output parameters will be valid; which ones can be determined by examining the return status. In the case of text, tag, and direc- tion components, only one output parameter is valid. If the return status indicates an unknown component was encountered, the font list element tag, length, and value are returned. This function allocates the space necessary to hold returned values; freeing this space is the caller's responsibility. Specifies the string context structure which was allocated by the XmStringInitContext function. Specifies a pointer to a null terminated string. Specifies a pointer to the font list ele- ment tag associated with the text. The value XmFONTLIST_DEFAULT_TAG identifies a locale text segment. Specifies a pointer to the direction of the text. Specifies a pointer to the tag of an unknown component. Specifies a pointer to the length of an unknown component. Specifies a pointer to the value of an unknown component. RETURN VALUE Returns the type of component found. Following are the possible values: XmSTRING_COMPONENT_CHARSET This component is obsolete and remains for compatibility with previous releases. It has been replaced by XmSTRING_COMPO- NENT_FONTLIST_ELEMENT_TAG. XmSTRING_COMPONENT_FONTLIST_ELE- MENT_TAG XmSTRING_COMPONENT_LOCALE_TEXT XmSTRING_COMPONENT_TAG XmSTRING_COMPONENT_TEXT XmSTRING_COMPONENT_DIRECTION Xm- STRING_COMPONENT_SEPARATOR XmSTRING_COMPONENT_END XmSTRING_COM- PONENT_UNKNOWN SEE ALSO XmStringCreate(3X), XmStringInitContext(3X) XmStringGetNextComponent(3X)

Navigation Options