Description Usage Arguments Author(s)
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.)
1 2 | gtkTextBufferPasteClipboard(object, clipboard, override.location = NULL,
default.editable)
|
|
a |
|
the |
|
location to insert pasted text, or |
|
whether the buffer is editable by default |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.