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

gtkTextBufferPasteClipboard

gtkTextBufferPasteClipboard


Description

Pastes the contents of a clipboard at the insertion point, or at override.location. (Note: pasting is asynchronous, that is, we'll ask for the paste data and return, and at some point later after the main loop runs, the paste data will be inserted.)

Usage

gtkTextBufferPasteClipboard(object, clipboard, override.location = NULL, 
    default.editable)

Arguments

object

a GtkTextBuffer

clipboard

the GtkClipboard to paste from

override.location

location to insert pasted text, or NULL for at the cursor. [ allow-none ]

default.editable

whether the buffer is editable by default

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.