XmStringGetLtoR - A compound string function that searches for a text segment in the input compound string
#include <Xm/Xm.h>
Boolean XmStringGetLtoR (string, tag, text)
XmString string;
XmStringCharSet tag;
char **text;
XmStringGetLtoR searches for a text segment in the input compound string that matches the given font list element tag.
Returns True if the matching text segment can be found. On return, text will have a null terminated octet sequence containing the matched segment.