| XmStringTableToXmString(3) | Library Functions Manual | XmStringTableToXmString(3) |
XmStringTableToXmString — A convenience function that converts a compound string table to a single compound string "XmStringTableToXmString"
#include <Xm/Xm.h> XmString XmStringTableToXmString( XmStringTable table, Cardinal count, XmString break_component);
XmStringTableToXmString takes as input table of compound strings and a specified string component (such as a tab) and returns a single compound string consisting of each of the elements of table concatenated together with a single copy of break_component inserted between each element.
Returns a new XmString. The function will allocate space to hold the returned compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.