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

NAME

6       XmStringHasSubstring  —  A  compound  string  function  that  indicates
7       whether one compound string is contained within another
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       Boolean XmStringHasSubstring(
12       XmString string,
13       XmString substring);
14

DESCRIPTION

16       XmStringHasSubstring indicates whether or not one  compound  string  is
17       contained within another.
18
19       string    Specifies the compound string to be searched
20
21       substring Specifies the compound string to be searched for
22

RETURN

24       Returns  True  if substring has a single text component and if its text
25       is completely contained within any single  text  component  of  string;
26       otherwise, it returns False.
27
29       XmStringCreate(3) and XmStringCreateLocalized(3).
30
31
32
33                                            XmStringHasSubstring(library call)
Impressum