Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkClipboardRequestContents

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

a GtkClipboard

target

an atom representing the form into which the clipboard owner should convert the selection.

callback

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

user data to pass to callback

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.