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