XmStringLineCount(X3mot)


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 provided compound string. In effect, it counts the lines of text.

string
Specifies the string.

Return values

Returns the number of lines in the compound string

References

XmStringCreate(X3mot)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.