gdkWindowGetRootOrigin {RGtk2}R Documentation

gdkWindowGetRootOrigin

Description

Obtains the top-left corner of the window manager frame in root window coordinates.

Usage

gdkWindowGetRootOrigin(object)

Arguments

object

a toplevel GdkWindow

Value

A list containing the following elements:

x

return location for X position of window frame

y

return location for Y position of window frame

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]