Query: xttranslatecoords
OS: redhat
Section: 3xt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtTranslateCoords(3Xt) XT FUNCTIONS XtTranslateCoords(3Xt)NAMEXtTranslateCoords - translate widget coordinatesSYNTAXvoid XtTranslateCoords(w, x, y, rootx_return, rooty_return) Widget w; Position x, y; Position *rootx_return, *rooty_return;ARGUMENTSrootx_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.DESCRIPTIONWhile XtTranslateCoords is similar to the Xlib XTranslateCoordinates function, it does not generate a server request because all the required information already is in the widget's data structures.SEE ALSOX Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 Release 6.6 XtTranslateCoords(3Xt)