XtDisplay(3Xt) — Xt Intrinsics
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
w specifies the widget.
DESCRIPTION
returns the display pointer for the specified widget.
returns the parent widget for the specified widget.
returns the screen pointer for the specified widget.
returns the window of the specified widget.
SEE ALSO
XtClass(3Xt)
X Toolkit Intrinsics − C Language Interface
Xlib − C Language X Interface
X Version 11 — Last change: 1 September 1988