Sponsor:

Your company here, and a link to your site. Click to find out more.

XmStringSeparatorCreate - Man Page

A compound string function that creates a compound string

Synopsis

#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.

Referenced By

XmString(3), XmStringCreate(3).