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