A convenience function that places renditions around strings
Format
#include <Xm/Xm.h> XmString XmStringPutRendition XmString stringXmStringTag rendition
DESCRIPTION
XmStringPutRendition places matching Xm_STRING_COMPONENT_RENDITION_BEGIN and XmSTRING_COMPONENT_RENDITION_END components containing rendition around string. The original string is preserved.
RETURN
Returns a new compound string. The function allocates space to hold this returned compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.
RELATED