|
XmStringLineCount(3X)
Contents
|
XmStringLineCount - A compound string function that
returns the number of separators plus one in the provided
compound string
#include <Xm/Xm.h>
int XmStringLineCount (string)
XmString string;
XmStringLineCount returns the number of separators plus
one in the provided compound string. In effect, it counts
the lines of text. Specifies the string.
Returns the number of lines in the compound string
XmStringCreate(3X)
XmStringLineCount(3X)
[ Back ] |