1XmStringWidth(library call)                        XmStringWidth(library call)
2
3
4

NAME

6       XmStringWidth  —  A  compound string function that returns the width of
7       the widest line in a compound string
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       Dimension XmStringWidth(
12       XmRenderTable rendertable,
13       XmString string);
14

DESCRIPTION

16       XmStringWidth returns the width, in pixels, of the widest line  in  the
17       provided compound string.
18
19       rendertable
20                 Specifies the render table
21
22       string    Specifies the string
23

RETURN

25       Returns the width of the compound string.
26
28       XmStringCreate(3).
29
30
31
32                                                   XmStringWidth(library call)
Impressum