1XmStringSeparatorCreate(library call) XmStringSeparatorCreate(library call)
2
3
4
6 XmStringSeparatorCreate — A compound string function that creates a
7 compound string
8
10 #include <Xm/Xm.h>
11 XmString XmStringSeparatorCreate(void)
12
14 XmStringSeparatorCreate creates a compound string with a single compo‐
15 nent, a separator.
16
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)