Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Description

XmStringWidth returns the width, in pixels, of the widest line in the provided compound string.

       rendertable
                 Specifies the render table

       string    Specifies the string

Name

XmStringWidth — A compound string function that returns the width of the widest line in a compound string
       "XmStringWidth" "compound string functions" "XmStringWidth"

Return

       Returns the width of the compound string.

Synopsis

       #include <Xm/Xm.h>
       DimensionXmStringWidth(
       XmRenderTablerendertable,
       XmStringstring);

See Also