XmStringGetLtoR(3X) UNIX System V 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, charset, text)
XmString string;
XmStringCharSetcharset;
char ** text;
DESCRIPTION
XmStringGetLtoR searches for a text segment in the input compound string
that matches the given character set identifier.
string Specifies the compound string.
charset
Specifies the character set identifier to be associated with the
text. This can be XmSTRING_DEFAULT_CHARSET, but this value does
not comply with the AES, and it may be removed in future versions
of Motif. If the value is XmSTRING_DEFAULT_CHARSET, the routine
derives the character set from the current language environment.
text 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.
RELATED INFORMATION
XmStringCreate(3X).
10/89 Page 1