Gtk.Entry::paste-clipboard
function callback(entry, ):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.
- entry
instance of Gtk.Entry that is emitting the signal