XmStringWidth(library call) XmStringWidth(library call)
NAME [Toc] [Back]
XmStringWidth - A compound string function that returns the width of
the widest line in a compound string
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
Dimension XmStringWidth(
XmRenderTable rendertable,
XmString string);
DESCRIPTION [Toc] [Back]
XmStringWidth returns the width, in pixels, of the widest line in the
provided compound string.
rendertable
Specifies the render table
string Specifies the string
RETURN [Toc] [Back]
Returns the width of the compound string.
RELATED [Toc] [Back]
XmStringCreate(3).
- 1 - Formatted: January 24, 2005 [ Back ] |