Query: xmstringseparatorcreate
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmStringSeparatorCreate(library call) XmStringSeparatorCreate(library call)NAMEXmStringSeparatorCreate -- A compound string function that creates a compound stringSYNOPSIS#include <Xm/Xm.h> XmString XmStringSeparatorCreate(void)DESCRIPTIONXmStringSeparatorCreate creates a compound string with a single component, a separator.RETURNReturns a new compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.RELATEDXmStringCreate(3). XmStringSeparatorCreate(library call)