XtTranslateCoordinates(3Xt) XtTranslateCoordinates(3Xt)NAME XtTranslateCoordinates - translates widget coordinates SYNOPSIS void XtTranslateCoords(w, x, y, rootx-return, rooty-return) Widget w; Position x, y; Position *rootx-return, *rooty-return; DESCRIPTION The XtTranslateCoords function is similar to the Xlib XTranslateCoordinates(3X) function, but does not generate a server request because all the required information already is in the widget's data structures. Arguments This function accepts the following arguments: rootx-return rooty-return Returns the root-relative x and y coordinates. x y Specify the widget-relative x and y coordinates. w Specifies the widget. SEE ALSO X Toolkit Intrinsics - C Language InterfaceXlib - C Language InterfaceNovember, 1990 1