TextBuffer.cutClipboard
void cutClipboard(gtk.clipboard.Clipboard clipboard, bool defaultEditable)Copies the currently-selected text to a clipboard, then deletes said text if it’s editable.
Parameters
clipboard | the #GtkClipboard object to cut to |
defaultEditable | default editability of the buffer |