gdkWindowGetFrameExtents {RGtk2} | R Documentation |
Obtains the bounding box of the window, including window manager
titlebar/borders if any. The frame position is given in root window
coordinates. To get the position of the window itself (rather than
the frame) in root window coordinates, use gdkWindowGetOrigin
.
gdkWindowGetFrameExtents(object)
|
[GdkWindow ] a GdkWindow |
A list containing the following elements:
|
[GdkRectangle ] rectangle to fill with bounding box of the window frame |
Derived by RGtkGen from GTK+ documentation