XtDisplay(3Xt) XtDisplay(3Xt)NAME XtDisplay, XtParent, XtScreen, XtWindow - get window information about a widget SYNOPSIS Display *XtDisplay(w) Widget w; Widget XtParent(w) Widget w; Screen *XtScreen(w) Widget w; Window XtWindow(w) Widget w; DESCRIPTION XtDisplay returns the display pointer for the specified widget. XtParent returns the parent widget for the specified widget. XtScreen returns the screen pointer for the specified widg- et. XtWindow returns the window of the specified widget. Arguments These functions accept the following argument: w Specifies the widget. SEE ALSO XtClass(3Xt)X Toolkit Intrinsics - C Language InterfaceXlib - C Language Interface November, 1990 1