Tk_GetRootCoords (3) Linux Manual Page
Tk_GetRootCoords – Compute root-window coordinates of window
Synopsis
#include <tk.h>
Tk_GetRootCoords(tkwin, xPtr, yPtr)
Arguments
- Tk_Window tkwin (in) Token for window.
- int *xPtr (out) Pointer to location in which to store root-window x-coordinate corresponding to left edge of tkwin‘s border.
- int *yPtr (out) Pointer to location in which to store root-window y-coordinate corresponding to top edge of tkwin‘s border.
- int *xPtr (out) Pointer to location in which to store root-window x-coordinate corresponding to left edge of tkwin‘s border.
