logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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