GtkEditable::cut_clipboard

void cut_clipboard();

Causes the characters in the current selection to be copied to the clipboard and then deleted from the widget.

See also: delete_text() , copy_clipboard() , paste_clipboard()