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

XmStringLength — A compound string function that obtains the length of a compound string "XmStringLength"

Description

       This  function  is  obsolete  and  exists  for  compatibility  with  previous releases. It is replaced by
       XmStringByteStreamLength.  XmStringLength obtains the length of a compound string. It returns the  number
       of  bytes  in  s1 including all tags, direction indicators, and separators. If the compound string has an
       invalid structure, 0 (zero) is returned.

       s1        Specifies the compound string

Name

XmStringLength — A compound string function that obtains the length of a compound string "XmStringLength"
       "compound string functions" "XmStringLength"

Return

       Returns the length of the compound string.

Synopsis

       #include <Xm/Xm.h>
       intXmStringLength(
       XmStrings1);

See Also