DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
X Version 11 (Release 6.1)

XtDisplay(X3xt)


XtDisplay -- obtain window information about a widget

Synopsis

Display *XtDisplay(w)
    Widget w;

Display *XtDisplayOfObject(object) Widget object;

Screen *XtScreen(w) Widget w;

Display *XtScreenOfObject(object) Widget object;

Window XtWindow(w) Widget w;

Display *XtWindowOfObject(object) Widget object;

Arguments


w
Specifies the widget.

object
Specifies the object.

Description

XtDisplay returns the display pointer for the specified widget.

XtDisplayOfObject returns the display pointer for the specified object.

XtScreen returns the screen pointer for the specified widget.

XtScreenOfObject returns the screen pointer for the specified object.

XtWindow returns the window of the specified widget.

XtWindowOfObject returns the window for the specified object.

References

X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004