Gtk.Editable.prototype.cut_clipboard

function cut_clipboard():void {
    // Gjs wrapper for gtk_editable_cut_clipboard()
}

Removes the contents of the currently selected content in the editable and puts it on the clipboard.