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