1XtTranslateCoords(3) XT FUNCTIONS XtTranslateCoords(3)
2
3
4
6 XtTranslateCoords - translate widget coordinates
7
9 void XtTranslateCoords(Widget w, Position x, y, Position *rootx_return,
10 *rooty_return);
11
13 rootx_return
14 rooty_return
15 Returns the root-relative x and y coordinates.
16
17 x
18 y Specify the widget-relative x and y coordinates.
19
20 w Specifies the widget.
21
23 While XtTranslateCoords is similar to the Xlib XTranslateCoordinates
24 function, it does not generate a server request because all the
25 required information already is in the widget's data structures.
26
28 X Toolkit Intrinsics - C Language Interface
29 Xlib - C Language X Interface
30
31
32
33X Version 11 libXt 1.0.7 XtTranslateCoords(3)