XmStringCreate(3X) UNIX System V XmStringCreate(3X)
NAME
XmStringCreate - a compound string function that creates a compound
string.
SYNOPSIS
#include <Xm/Xm.h>
XmString XmStringCreate (text, charset)
char * text;
XmStringCharSetcharset;
DESCRIPTION
XmStringCreate creates a compound string with two components: text and a
character set.
text Specifies a null-terminated string to be used as the text component
of the compound string.
charset
Specifies the character set identifier to be associated with the
given text. This can be XmSTRING_DEFAULT_CHARSET, but this value
does not comply with the AES, and it may be removed in future
versions of Motif. If the value is XmSTRING_DEFAULT_CHARSET, the
routine derives the character set from the current language
environment.
RETURN VALUE
Returns a new compound string.
RELATED INFORMATION
XmFontList(3X), XmFontListAdd(3X), XmFontListCopy(3X),
XmFontListCreate(3X), XmFontListFree(3X), XmFontListFreeFontContext(3X),
XmFontListGetNextFont(3X), XmFontListInitFontContext(3X), XmString(3X),
XmStringBaseline(3X), XmStringByteCompare(3X), XmStringCompare(3X),
XmStringConcat(3X), XmStringCopy(3X), XmStringCreateLtoR(3X),
XmStringCreateSimple(3X), XmStringDirection(3X),
XmStringDirectionCreate(3X), XmStringDraw(3X), XmStringDrawImage(3X),
XmStringDrawUnderline(3X), XmStringEmpty(3X), XmStringExtent(3X),
XmStringFree(3X), XmStringFreeContext(3X), XmStringGetLtoR(3X),
XmStringGetNextComponent(3X), XmStringGetNextSegment(3X),
XmStringHasSubstring(3X), XmStringHeight(3X), XmStringInitContext(3X),
XmStringLength(3X), XmStringLineCount(3X), XmStringNConcat(3X),
XmStringNCopy(3X), XmStringPeekNextComponent(3X),
XmStringSegmentCreate(3X), XmStringSeparatorCreate(3X),
XmStringTable(3X), and XmStringWidth(3X).
10/89 Page 1