Gtk.TextBuffer.CutClipboard Method
Copies the currently-selected text to a clipboard, then deletes said text if it is editable.

Syntax

public void CutClipboard (Clipboard clipboard, bool default_editable)

Parameters

clipboard
an object of type Gtk.Clipboard
default_editable
an object of type bool

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)