A compound string function that returns the width of the widest line in a compound string
Format
#include <Xm/Xm.h> Dimension XmStringWidth XmRenderTable rendertableXmString string
DESCRIPTION
XmStringWidth returns the width, in pixels, of the widest line in the provided compound string.
RETURN
Returns the width of the compound string.
RELATED