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

NAME

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

SYNOPSIS

10       #include <Xm/Xm.h>
11       XmString XmStringSeparatorCreate(void)
12

DESCRIPTION

14       XmStringSeparatorCreate creates a compound string with a single  compo‐
15       nent, a separator.
16

RETURN

18       Returns  a  new  compound string.  When the application no longer needs
19       the returned compound string, the application should call XmStringFree.
20
22       XmStringCreate(3).
23
24
25
26                                         XmStringSeparatorCreate(library call)
Impressum