Method
GtkTextBuffercut_clipboard
Declaration [src]
void
gtk_text_buffer_cut_clipboard (
  GtkTextBuffer* buffer,
  GtkClipboard* clipboard,
  gboolean default_editable
)
      Description [src]
Copies the currently-selected text to a clipboard, then deletes said text if it’s editable.
Parameters
clipboard- 
            
Type:
GtkClipboardThe
GtkClipboardobject to cut to.The data is owned by the caller of the method.  default_editable- 
            
Type:
gbooleanDefault editability of the buffer.