gdkEventCopy: gdkEventCopy

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Copies a GdkEvent, copying or incrementing the reference count of the resources associated with it (e.g. GdkWindow's and strings).

Usage

1
gdkEventCopy(object)

Arguments

object

a GdkEvent

Value

[GdkEvent] a copy of event.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkEventCopy in RGtk2...