XmStringGetLtoR(3X) — Subroutines
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)
XmStringstring;
XmStringCharSetcharset;
char∗∗ text;
DESCRIPTION
XmStringGetLtoR searches for a text segment in the input compound string that matches the given character set identifier.
stringSpecifies the compound string.
charsetSpecifies 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.
textSpecifies 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.