signal callback delegate or function to connect
void callback(gdk.clipboard.Clipboard clipboard, gtk.text_buffer.TextBuffer textBuffer)
clipboard the gdk.clipboard.Clipboard pasted from (optional)
textBuffer the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to PasteDone signal.
Emitted after paste operation has been completed.
This is useful to properly scroll the view to the end of the pasted text. See gtk.text_buffer.TextBuffer.pasteClipboard for more details.