gtkTextBufferPasteClipboard {RGtk2}R Documentation

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 [GtkTextBuffer] a GtkTextBuffer
clipboard [GtkClipboard] the GtkClipboard to paste from
override.location [GtkTextIter] location to insert pasted text, or NULL for at the cursor
default.editable [logical] whether the buffer is editable by default

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]