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

NAME

6       XtTranslateCoords - translate widget coordinates
7

SYNTAX

9       #include <X11/Intrinsic.h>
10
11       void XtTranslateCoords(Widget w, Position x, Position y, Position
12              *rootx_return, Position *rooty_return);
13

ARGUMENTS

15       rootx_return
16       rooty_return
17                 Returns the root-relative x and y coordinates.
18
19       x
20       y         Specify the widget-relative x and y coordinates.
21
22       w         Specifies the widget.
23

DESCRIPTION

25       While XtTranslateCoords is similar to the Xlib XTranslateCoordinates
26       function, it does not generate a server request because all the
27       required information already is in the widget's data structures.
28

SEE ALSO

30       X Toolkit Intrinsics - C Language Interface
31       Xlib - C Language X Interface
32
33
34
35X Version 11                     libXt 1.1.5.1            XtTranslateCoords(3)
Impressum