XmStringGetLtoR(3Xm) — UNIX Programmer’s Manual
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.
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.
RELATED INFORMATION
7th Edition