gtkClipboardRequestContents {RGtk2}R Documentation

gtkClipboardRequestContents

Description

Requests the contents of clipboard as the given target. When the results of the result are later received the supplied callback will be called.

Usage

gtkClipboardRequestContents(object, target, callback, user.data = NULL)

Arguments

object [GtkClipboard] a GtkClipboard
target [GdkAtom] an atom representing the form into which the clipboard owner should convert the selection.
callback [GtkClipboardReceivedFunc] A function to call when the results are received (or the retrieval fails). If the retrieval fails the length field of selection.data will be negative.
user.data [R object] user data to pass to callback

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]