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       Display *XtDisplay(Widget w);
11
12       Display *XtDisplayOfObject(Widget object);
13
14       Screen *XtScreen(Widget w);
15
16       Screen *XtScreenOfObject(Widget object);
17
18       Window XtWindow(Widget w);
19
20       Window XtWindowOfObject(Widget object);
21

ARGUMENTS

23       w         Specifies the widget.
24
25       object    Specifies the widget.
26

DESCRIPTION

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

SEE ALSO

41       X Toolkit Intrinsics - C Language Interface
42       Xlib - C Language X Interface
43
44
45
46X Version 11                      libXt 1.1.5                     XtDisplay(3)
Impressum