XmStringCopy(library call) XmStringCopy(library call)
NAME [Toc] [Back]
XmStringCopy - A compound string function that makes a copy of a
string
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
XmString XmStringCopy(
XmString s1);
DESCRIPTION [Toc] [Back]
XmStringCopy makes a copy of an existing compound string. When the
application no longer needs the returned compound string, the
application should call XmStringFree.
s1 Specifies the compound string to be copied
RETURN [Toc] [Back]
Returns a compound string.
RELATED [Toc] [Back]
XmStringCreate [ Back ] |