GtkEditable::cut_clipboard
void cut_clipboard(void); 
    
     cut_clipboard()  copies the
     current selection to the clipboard.  It then deletes the original text
     using the position parameters of the selection.
    
    
     It also causes the 
     "cut-clipboard" signal to
     be emitted.