Tk_GetVRootGeometry (3) Linux Manual Page
Tk_GetVRootGeometry – Get location and size of virtual root for window
Synopsis
#include <tk.h>
Tk_GetVRootGeometry(tkwin, xPtr, yPtr, widthPtr, heightPtr)
Arguments
- Tk_Window tkwin (in) Token for window whose virtual root is to be queried.
- int xPtr (out) Points to word in which to store x-offset of virtual root.
- int yPtr (out) Points to word in which to store y-offset of virtual root.
- int widthPtr (out) Points to word in which to store width of virtual root.
- int heightPtr (out) Points to word in which to store height of virtual root.
- int xPtr (out) Points to word in which to store x-offset of virtual root.
