gtkClipboardGet: gtkClipboardGet

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Returns the clipboard object for the given selection. See gtkClipboardGetForDisplay for complete details.

Usage

1
gtkClipboardGet(selection = "GDK_SELECTION_CLIPBOARD")

Arguments

selection

a GdkAtom which identifies the clipboard to use

Value

[GtkClipboard] the appropriate clipboard object. If no clipboard already exists, a new one will be created. Once a clipboard object has been created, it is persistent and, [ transfer none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkClipboardGet in RGtk2...