|
NAMEXmStringCopy — A compound string function that makes a copy of a stringSYNOPSIS#include <Xm/Xm.h> XmString XmStringCopy( XmString s1); DESCRIPTIONXmStringCopy makes a copy of an existing compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.
RETURNReturns a compound string.RELATEDXmStringCreate(3) and XmStringFree(3). Visit the GSP FreeBSD Man Page Interface. |