| Click this button to go to the index for this section. |
XmStringLineCount(3X)
OSF/Motif
NAME
XmStringLineCount - A compound string function that returns the number of separators plus one in the provided compound stringSYNOPSIS
#include <Xm/Xm.h> int XmStringLineCount (string) XmString string;DESCRIPTION
XmStringLineCount returns the number of separators plus one in the provided compound string. In effect, it counts the lines of text. string Specifies the string.RETURN VALUE
Returns the number of lines in the compound stringSEE ALSO
XmStringCreate(3X)