[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Programmer's Reference


XmStringSeparatorCreate

A compound string function that creates a compound string

Format

#include <Xm/Xm.h>
XmString
XmStringSeparatorCreate(VOID)

DESCRIPTION

XmStringSeparatorCreate creates a compound string with a single component, a separator.

RETURN

Returns a new compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.

RELATED

XmStringCreate (3).


[ Previous | Next | Contents | Glossary | Home | Search ]