gdkEventGetCoords {RGtk2} | R Documentation |
Extract the event window relative x/y coordinates from an event.
gdkEventGetCoords(object)
|
[GdkEvent ] a GdkEvent |
A list containing the following elements:
retval |
[logical] TRUE if the event delivered event window coordinates |
|
[numeric] location to put event window x coordinate |
|
[numeric] location to put event window y coordinate |
Derived by RGtkGen from GTK+ documentation