Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmstringgetltor(3x) [osf1 man page]

XmStringGetLtoR(3X)													       XmStringGetLtoR(3X)

NAME
XmStringGetLtoR - A compound string function that searches for a text segment in the input compound string SYNOPSIS
#include <Xm/Xm.h> Boolean XmStringGetLtoR (string, tag, text) XmString string; XmStringCharSet tag; char **text; DESCRIPTION
XmStringGetLtoR searches for a text segment in the input compound string that matches the given font list element tag. Specifies the com- pound string. Specifies the font list element tag associated with the text. A value of XmFONTLIST_DEFAULT_TAG identifies a locale text segment. Specifies a pointer to a null terminated string. RETURN VALUE
Returns True if the matching text segment can be found. On return, text will have a null terminated octet sequence containing the matched segment. SEE ALSO
XmStringCreate(3X) XmStringGetLtoR(3X)

Check Out this Related Man Page

XmStringGetNextSegment(3X)												XmStringGetNextSegment(3X)

NAME
XmStringGetNextSegment - A compound string function that fetches the octets in the next segment of a compound string SYNOPSIS
#include <Xm/Xm.h> Boolean XmStringGetNextSegment (context, text, tag, direction, separator) XmStringContext context; char **text; XmStringCharSet *tag; XmStringDirection *direction; Boolean *separator; DESCRIPTION
XmStringGetNextSegment fetches the octets in the next segment; repeated calls fetch sequential segments. The text, tag, and direction of the fetched segment are returned each time. A Boolean status is returned to indicate whether a valid segment was successfully parsed. 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 element tag associated with the text. Specifies a pointer to the direction of the text. Specifies whether the next component of the compound string is a separator. RETURN VALUE
Returns True if a valid segment is found. SEE ALSO
XmStringCreate(3X), XmStringInitContext(3X) XmStringGetNextSegment(3X)
Man Page