1XtDisplay(3)                     XT FUNCTIONS                     XtDisplay(3)
2
3
4

NAME

6       XtDisplay, XtDisplayOfObject, XtScreen, XtScreenOfObject, XtWindow,
7       XtWindowOfObject - obtain window information about a widget
8

SYNTAX

10       #include <X11/Intrinsic.h>
11
12       Display *XtDisplay(Widget w);
13
14       Display *XtDisplayOfObject(Widget object);
15
16       Screen *XtScreen(Widget w);
17
18       Screen *XtScreenOfObject(Widget object);
19
20       Window XtWindow(Widget w);
21
22       Window XtWindowOfObject(Widget object);
23

ARGUMENTS

25       w         Specifies the widget.
26
27       object    Specifies the widget.
28

DESCRIPTION

30       XtDisplay returns the display pointer for the specified widget.
31
32       XtDisplayOfObject returns the display pointer for the specified object.
33
34       XtScreen returns the screen pointer for the specified widget.
35
36       XtScreenOfObject returns the screen pointer for the specified object.
37
38       XtWindow returns the window of the specified widget.
39
40       XtWindowOfObject returns the window of the specified object.
41

SEE ALSO

43       X Toolkit Intrinsics - C Language Interface
44       Xlib - C Language X Interface
45
46
47
48X Version 11                      libXt 1.2.1                     XtDisplay(3)
Impressum