|
XmStringWidth(3X)
Contents
|
XmStringWidth - A compound string function that returns
the width of the longest sequence of text components in a
compound string
#include <Xm/Xm.h>
Dimension XmStringWidth (fontlist, string)
XmFontList fontlist;
XmString string;
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. Specifies the font list
Specifies the string
Returns the width of the compound string.
XmStringCreate(3X)
XmStringWidth(3X)
[ Back ] |