NAME
TkGetRootCoords - Compute root-window coordinates of window
SYNOPSIS
##iinncclluuddee <
TTkkGGeettRRoooottCCoooorrddss(tkwin, xPtr, yPtr) AARRGGUUMMEENNTTSS TkWindow 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 storeroot-window y-coordinate corresponding to
top edge of tkwin's border.DESCRIPTION
This procedure scans through the structural information maintained byTk to compute the root-window coordinates corresponding to the upper-
left corner of tkwin's border. If tkwin has no border, then TTkkGGeett-
RRoooottCCoooorrddss returns the root-window coordinates corresponding to loca-
tion (0,0) in tkwin. TTkkGGeettRRoooottCCoooorrddss is relatively efficient, since it doesn't have to communicate with the X server. KKEEYYWWOORRDDSS coordinates, root window Tk TkGetRootCoords(3)