XmStringToXmStringTable(3) | Library Functions Manual | XmStringToXmStringTable(3) |
XmStringToXmStringTable — A convenience function that converts a single compound string to a table of compound strings "XmStringTableToXmString"
#include <Xm/Xm.h> Cardinal XmStringToXmStringTable( XmString string, XmString break_component, XmStringTable *table);
XmStringToXmStringTable takes as input a single compound string and a specified string component (such as a tab) and returns a table of compound strings consisting of portions of string delimited by components matching break_component. The components marking breaks will not appear in the resulting table.
Returns the number of compound strings in table.
XmStringTable(3).