Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmStringWidth(3)	    Library Functions Manual		XmStringWidth(3)

NAME
     XmStringWidth  --	A compound string function that returns the width of the
     widest line in a compound string

SYNOPSIS
     #include <Xm/Xm.h>
     Dimension XmStringWidth(
     XmRenderTable rendertable,
     XmString string);

DESCRIPTION
     XmStringWidth returns the width, in pixels, of the widest line in the  pro-
     vided compound string.

     rendertable
	       Specifies the render table

     string    Specifies the string

RETURN
     Returns the width of the compound string.

RELATED
     XmStringCreate(3).

								XmStringWidth(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringWidth&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help