Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
gdkEventCopy: gdkEventCopy
Description
Copies a
GdkEvent
, copying or incrementing the reference count of the resources associated with it (e.g.
GdkWindow
's and strings).
Usage
gdkEventCopy(object)
Arguments
object
[
GdkEvent
] a
GdkEvent
Value
[
GdkEvent
] a copy of
event
.