XmStringLineCount(Xm) 6 January 1993 XmStringLineCount(Xm) Name XmStringLineCount - a compound string function that returns the number of separators plus one in the provided compound string Syntax #include <Xm/Xm.h> int XmStringLineCount (string) XmString string; Description XmStringLineCount returns the number of separators plus one in the pro- vided compound string. In effect, it counts the lines of text. string Specifies the string. Return value Returns the number of lines in the compound string See also XmStringCreate(Xm)