Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmstringhassubstring(3x) [osf1 man page]

XmStringHasSubstring(3X)												  XmStringHasSubstring(3X)

NAME
XmStringHasSubstring - A compound string function that indicates whether one compound string is contained within another SYNOPSIS
#include <Xm/Xm.h> Boolean XmStringHasSubstring (string, substring) XmString string; XmString substring; DESCRIPTION
XmStringHasSubstring indicates whether or not one compound string is contained within another. Specifies the compound string to be searched Specifies the compound string to be searched for RETURN VALUE
Returns True if substring has a single segment and if its text is completely contained within any single segment of string; otherwise, returns False. If two compound strings created using XmStringCreateLocalized in the same language environment satisfy this condition, the function returns True. If two compound strings created with the same character set using XmStringCreate satisfy this condition, the func- tion returns True. SEE ALSO
XmStringCreate(3X), XmStringCreateLocalized(3X) XmStringHasSubstring(3X)

Check Out this Related Man Page

XmStringCreate(library call)											      XmStringCreate(library call)

NAME
XmStringCreate -- A compound string function that creates a compound string SYNOPSIS
#include <Xm/Xm.h> XmString XmStringCreate( char *text, char *tag); DESCRIPTION
XmStringCreate creates a compound string with two components: text and a font list element tag. The function will allocate space to hold the returned compound string. When the application no longer needs the returned compound string, the application should call XmStringFree. text Specifies a NULL-terminated string to be used as the text component of the compound string. tag Specifies the tag component to be associated with the given text. The value XmFONTLIST_DEFAULT_TAG identifies a locale text seg- ment. RETURN
Returns a new compound string. RELATED
XmFontList(3), XmFontListAdd(3), XmFontListAppendEntry(3), XmFontListCopy(3), XmFontListCreate(3), XmFontListEntryCreate(3), XmFontListEn- tryFree(3), XmFontListEntryGetFont(3), XmFontListEntryGetTag(3), XmFontListEntryLoad(3), XmFontListFree(3), XmFontListFreeFontContext(3), XmFontListGetNextFont(3), XmFontListInitFontContext(3), XmFontListNextEntry(3), XmFontListRemoveEntry(3), XmString(3), XmStringBaseline(3), XmStringByteCompare(3), XmStringCompare(3), XmStringConcat(3), XmStringCopy(3), XmStringCreateLocalized(3), XmStringCreateLtoR(3), XmStringCreateSimple(3), XmStringDirection(3), XmStringDirectionCreate(3), XmStringDraw(3), XmStringDrawImage(3), XmStringDrawUnderline(3), XmStringEmpty(3), XmStringExtent(3), XmStringFree(3), XmStringFreeContext(3), XmStringGetLtoR(3), XmStringGetNextComponent(3), XmStringGet- NextSegment(3), XmStringHasSubstring(3), XmStringHeight(3), XmStringInitContext(3), XmStringLength(3), XmStringLineCount(3), XmStringNCon- cat(3), XmStringNCopy(3), XmStringPeekNextComponent(3), XmStringSegmentCreate(3), XmStringSeparatorCreate(3), XmStringTable(3), and XmStringWidth(3). XmStringCreate(library call)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies