1XmStringLength(library call)                      XmStringLength(library call)
2
3
4

NAME

6       XmStringLength  — A compound string function that obtains the length of
7       a compound string
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       int XmStringLength(
12       XmString s1);
13

DESCRIPTION

15       This function is obsolete and exists for  compatibility  with  previous
16       releases.  It  is replaced by XmStringByteStreamLength.  XmStringLength
17       obtains the length of a compound string. It returns the number of bytes
18       in  s1 including all tags, direction indicators, and separators. If the
19       compound string has an invalid structure, 0 (zero) is returned.
20
21       s1        Specifies the compound string
22

RETURN

24       Returns the length of the compound string.
25
27       XmStringByteStreamLength(3) and XmStringCreate(3).
28
29
30
31                                                  XmStringLength(library call)
Impressum