Name
XtName — return a pointer to the instance name of the specified object.
Synopsis
String XtName(object)
Widget object;
Arguments
objectSpecifies the object whose name is desired; may be of class Object or any subclass thereof.
Description
XtName returns a pointer to the instance name of the specified object. The storage is owned by the Intrinsics and must not be modified. The name is not qualified by the names of any of the object’s ancestors.