Name
XtDisplayOfObject — return the display pointer for the nearest ancestor of object that is of class Core.
Synopsis
Display ∗XtDisplayOfObject(object)
Widget object;
Arguments
objectSpecifies the object; may be of class Object or any subclass thereof.
Description
XtDisplayOfObject is identical in function to XtDisplay if the object is a widget; otherwise XtDisplayOfObject returns the display pointer for the nearest ancestor of object that is of class Core.