Gtk.TextView::paste-clipboard

function callback(text_view, ):void;

The ::paste-clipboard signal is a <link linkend="keybinding-signals">keybinding signal</link> which gets emitted to paste the contents of the clipboard into the text view.

The default bindings for this signal are Ctrl-v and Shift-Insert.

text_view

instance of Gtk.TextView that is emitting the signal