XtDisplay(3Xt) — MIT X11R4
Name
XtDisplay, XtParent, XtScreen, XtWindow − obtain window information about a widget
Syntax
Display *XtDisplay(w)
Widget w;
Widget XtParent(w)
Widget w;
Screen *XtScreen(w)
Widget w;
Window XtWindow(w)
Widget w;
Arguments
wSpecifies the widget.
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 widget.
XtWindow returns the window of the specified widget.
See Also
XtClass(3Xt)
X Window System Toolkit: The Complete Programmer’s Guide and Specification, Paul J. Asente and Ralph Swick
X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys