Manual Page Result
0
Command: XmStringLineCount | Section: 3 | Source: Digital UNIX | File: XmStringLineCount.3X.gz
XmStringLineCount(3X) XmStringLineCount(3X)
NAME
XmStringLineCount - A compound string function that returns the number
of separators plus one in the provided compound string
SYNOPSIS
#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. Speci-
fies the string.
RETURN VALUE
Returns the number of lines in the compound string
SEE ALSO
XmStringCreate(3X)
XmStringLineCount(3X)