Man page - xmstringseparatorcreate(3)
Packages contains this manual
Manual
XmStringSeparatorCreate
NAMESYNOPSIS
DESCRIPTION
RETURN
RELATED
NAME
XmStringSeparatorCreate — A compound string function that creates a compound string "XmStringSeparatorCreate" "compound string functions" "XmStringSeparatorCreate"
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 .
RELATED
XmStringCreate (3).