onPasteDone

fun onPasteDone(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (<Error class: unknown class>) -> Unit): <Error class: unknown class>(source)

Emitted after paste operation has been completed.

This is useful to properly scroll the view to the end of the pasted text. See method@Gtk.TextBuffer.paste_clipboard for more details.

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: clipboard the GdkClipboard pasted from