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

NAME

6       XmStringCompare — A compound string function that compares two strings
7

SYNOPSIS

9       #include <Xm/Xm.h>
10       Boolean XmStringCompare(
11       XmString s1,
12       XmString s2);
13

DESCRIPTION

15       XmStringCompare  returns  a  Boolean  value indicating the results of a
16       semantically equivalent comparison of two compound strings.
17
18       Semantically equivalent means that the strings have the same text  com‐
19       ponents,  font  list  element tags, directions, and separators. In gen‐
20       eral, if two compound strings are created with the same (char *) string
21       using  XmStringCreateLocalized  in  the  same language environment, the
22       compound strings compare as equal.  If two compound strings are created
23       with  the  same text and tag argument using XmStringCreate, the strings
24       compare as equal.
25
26       s1        Specifies a compound string to be compared with s2
27
28       s2        Specifies a compound string to be compared with s1
29

RETURN

31       Returns True if two compound strings are equivalent.
32
34       XmStringCreate(3) and XmStringCreateLocalized(3).
35
36
37
38                                                 XmStringCompare(library call)
Impressum