XmStringParseText (3) Linux Manual Page
XmStringParseText — A function that converts a character string to a compound string Synopsis #include <Xm/Xm.h> XmString XmStringParseText( XtPointer text, XtPointer *text_end, XmStringTag tag, XmTextType type, XmParseTable parse_table, Cardinal parse_count, XtPointer call_data); Description XmStringParseText converts characters specified in text to corresponding components in the returned compound string. The resulting compound string consists of at least…
