Gtk.TextBuffer::paste-done

function callback(text_buffer, object:Gtk.Clipboard, ):void;

The paste-done signal is emitted after paste operation has been completed. This is useful to properly scroll the view to the end of the pasted text. See Gtk.TextBuffer.prototype.paste_clipboard for more details.

Since 2.16

text_buffer

instance of Gtk.TextBuffer that is emitting the signal

object