XmStringSegmentCreate - A compound string function that creates a compound string
#include <Xm/Xm.h>
XmString XmStringSegmentCreate (text, tag, direction, separator)
char * text;
char *tag;
XmStringDirection direction;
Boolean separator;
XmStringSegmentCreate is a high-level function that assembles a compound string consisting of a font list element tag, a direction component, a text component, and an optional separator component.
Returns a new compound string.