| Click this button to go to the index for this section. |
XmStringWidth(3X)
OSF/Motif
NAME
XmStringWidth - A compound string function that returns the width of the longest sequence of text components in a compound stringSYNOPSIS
#include <Xm/Xm.h> Dimension XmStringWidth (fontlist, string) XmFontList fontlist; XmString string;DESCRIPTION
XmStringWidth returns the width, in pixels, of the longest sequence of text components in the provided compound string. Separator components are used to delimit sequences of text components. fontlist Specifies the font list string Specifies the stringRETURN VALUE
Returns the width of the compound string.SEE ALSO
XmStringCreate(3X)