|
NAMEXmStringWidth — A compound string function that returns the width of the widest line in a compound stringSYNOPSIS#include <Xm/Xm.h> Dimension XmStringWidth( XmRenderTable rendertable, XmString string); DESCRIPTIONXmStringWidth returns the width, in pixels, of the widest line in the provided compound string.
RETURNReturns the width of the compound string.RELATEDXmStringCreate(3). Visit the GSP FreeBSD Man Page Interface. |