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

NAME

6       XmStringCreate  —  A  compound  string function that creates a compound
7       string
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       XmString XmStringCreate(
12       char *text,
13       char *tag);
14

DESCRIPTION

16       XmStringCreate creates a compound string with two components: text  and
17       a  font list element tag.  The function will allocate space to hold the
18       returned compound string.  When the application  no  longer  needs  the
19       returned compound string, the application should call XmStringFree.
20
21       text      Specifies  a  NULL-terminated  string  to be used as the text
22                 component of the compound string.
23
24       tag       Specifies the tag component to be associated with  the  given
25                 text.  The  value  XmFONTLIST_DEFAULT_TAG identifies a locale
26                 text segment.
27

RETURN

29       Returns a new compound string.
30
32       XmFontList(3), XmFontListAdd(3), XmFontListAppendEntry(3),  XmFontList‐
33       Copy(3),  XmFontListCreate(3),  XmFontListEntryCreate(3), XmFontListEn‐
34       tryFree(3),    XmFontListEntryGetFont(3),     XmFontListEntryGetTag(3),
35       XmFontListEntryLoad(3),    XmFontListFree(3),    XmFontListFreeFontCon‐
36       text(3),    XmFontListGetNextFont(3),     XmFontListInitFontContext(3),
37       XmFontListNextEntry(3),      XmFontListRemoveEntry(3),     XmString(3),
38       XmStringBaseline(3),    XmStringByteCompare(3),     XmStringCompare(3),
39       XmStringConcat(3),     XmStringCopy(3),     XmStringCreateLocalized(3),
40       XmStringCreateLtoR(3),  XmStringCreateSimple(3),  XmStringDirection(3),
41       XmStringDirectionCreate(3),    XmStringDraw(3),   XmStringDrawImage(3),
42       XmStringDrawUnderline(3),     XmStringEmpty(3),      XmStringExtent(3),
43       XmStringFree(3),       XmStringFreeContext(3),      XmStringGetLtoR(3),
44       XmStringGetNextComponent(3), XmStringGetNextSegment(3), XmStringHasSub‐
45       string(3),          XmStringHeight(3),          XmStringInitContext(3),
46       XmStringLength(3), XmStringLineCount(3), XmStringNConcat(3), XmStringN‐
47       Copy(3),     XmStringPeekNextComponent(3),    XmStringSegmentCreate(3),
48       XmStringSeparatorCreate(3), XmStringTable(3), and XmStringWidth(3).
49
50
51
52                                                  XmStringCreate(library call)
Impressum