A convenience function that converts a compound string table to a single compound string
Format
#include <Xm/Xm.h> XmString XmStringTableToXmString XmStringTable tableCardinal countXmString break_component
DESCRIPTION
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.
RETURN
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.
RELATED
XmString (3), XmStringComponentType (3), and XmStringFree (3).