XmStringCreate(X3mot)


XmStringCreate -- a compound string function that creates a compound string

Synopsis

#include <Xm/Xm.h> 

XmString XmStringCreate (text, tag) char *text; char *tag;

Description

XmStringCreate creates a compound string with two components: text and a font list element tag.

text
Specifies a null-terminated string to be used as the text component of the compound string.

tag
Specifies the font list element tag to be associated with the given text. The value XmFONTLIST_DEFAULT_TAG identifies a locale text segment.

Return values

Returns a new compound string.

References

XmFontList(X3mot), XmFontListAdd(X3mot), XmFontListAppendEntry(X3mot), XmFontListCopy(X3mot), XmFontListCreate(X3mot), XmFontListEntryCreate(X3mot), XmFontListEntryFree(X3mot), XmFontListEntryGetFont(X3mot), XmFontListEntryGetTag(X3mot), XmFontListEntryLoad(X3mot), XmFontListFree(X3mot), XmFontListFreeFontContext(X3mot), XmFontListGetNextFont(X3mot), XmFontListInitFontContext(X3mot), XmFontListNextEntry(X3mot), XmFontListRemoveEntry(X3mot), XmString(X3mot), XmStringBaseline(X3mot), XmStringByteCompare(X3mot), XmStringCompare(X3mot), XmStringConcat(X3mot), XmStringCopy(X3mot), XmStringCreateLocalized(X3mot), XmStringCreateLtoR(X3mot), XmStringCreateSimple(X3mot), XmStringDirection(X3mot), XmStringDirectionCreate(X3mot), XmStringDraw(X3mot), XmStringDrawImage(X3mot), XmStringDrawUnderline(X3mot), XmStringEmpty(X3mot), XmStringExtent(X3mot), XmStringFree(X3mot), XmStringFreeContext(X3mot), XmStringGetLtoR(X3mot), XmStringGetNextComponent(X3mot), XmStringGetNextSegment(X3mot), XmStringHasSubstring(X3mot), XmStringHeight(X3mot), XmStringInitContext(X3mot), XmStringLength(X3mot), XmStringLineCount(X3mot), XmStringNConcat(X3mot), XmStringNCopy(X3mot), XmStringPeekNextComponent(X3mot), XmStringSegmentCreate(X3mot), XmStringSeparatorCreate(X3mot), XmStringTable(X3mot) and XmStringWidth(X3mot).
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.