gdkEventGetCoords {RGtk2}R Documentation

gdkEventGetCoords

Description

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

Usage

gdkEventGetCoords(object)

Arguments

object [GdkEvent] a GdkEvent

Value

A list containing the following elements:

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]