gdkEventGetRootCoords {RGtk2}R Documentation

gdkEventGetRootCoords

Description

Extract the root window relative x/y coordinates from an event.

Usage

gdkEventGetRootCoords(object)

Arguments

object [GdkEvent] a GdkEvent

Value

A list containing the following elements:

retval [logical] TRUE if the event delivered root window coordinates
x.root [numeric] location to put root window x coordinate
y.root [numeric] location to put root window y coordinate

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]