XtName() XtName()
Name
XtName - return a pointer to the instance name of the specified object.
Synopsis
String XtName(object)
Widget object;
Inputs
object Specifies the object whose name is desired; may be of class Object or any subclass thereof.
Returns
The resource name of object.
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
or freed. The name is not qualified by the names of any of the object's ancestors.
See Also
XtNameToWidget(1).
Xt - Object Information XtName()