manpagez: man pages & more
man XmStringHasSubstring(3)
Home | html | info | man
XmStringHasSubstring(library call)          XmStringHasSubstring(library call)




NAME

       XmStringHasSubstring  --  A  compound  string  function  that indicates
       whether one compound string is contained within another


SYNOPSIS

       #include <Xm/Xm.h>
       Boolean XmStringHasSubstring(
       XmString string,
       XmString substring);


DESCRIPTION

       XmStringHasSubstring indicates whether or not one  compound  string  is
       contained within another.

       string    Specifies the compound string to be searched

       substring Specifies the compound string to be searched for


RETURN

       Returns  True  if substring has a single text component and if its text
       is completely contained within any single  text  component  of  string;
       otherwise, it returns False.


RELATED

       XmStringCreate(3) and XmStringCreateLocalized(3).



                                            XmStringHasSubstring(library call)

openMotif 2.3.1 - Generated Wed Dec 3 06:42:22 CST 2008
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.