GtkEditable::delete_selection

void delete_selection(void);

This method deletes the information held in the clipboard as well as the text to which it relates. It is used internally to differentiate between a full text delete and the deletion used in cut_clipboard() .

Generally, use delete_text() instead.