Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmStringCompare(3)	    Library Functions Manual	      XmStringCompare(3)

NAME
     XmStringCompare -- A compound string function that compares two strings

SYNOPSIS
     #include <Xm/Xm.h>
     Boolean XmStringCompare(
     XmString s1,
     XmString s2);

DESCRIPTION
     XmStringCompare  returns a Boolean value indicating the results of a seman-
     tically equivalent comparison of two compound strings.

     Semantically equivalent means that the strings have the  same  text  compo-
     nents,  font  list element tags, directions, and separators. In general, if
     two compound strings are created with the same (char *)  string  using  Xm-
     StringCreateLocalized  in	the  same  language  environment,  the	compound
     strings compare as equal.	If two compound strings  are  created  with  the
     same  text  and  tag  argument using XmStringCreate, the strings compare as
     equal.

     s1        Specifies a compound string to be compared with s2

     s2        Specifies a compound string to be compared with s1

RETURN
     Returns True if two compound strings are equivalent.

RELATED
     XmStringCreate(3) and XmStringCreateLocalized(3).

							      XmStringCompare(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringCompare&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help