Package: gtk
Function gtk:text-buffer-delete-selection
Lambda Listgtk:text-buffer-delete-selection (buffer &key interactive editable) ArgumentsReturn ValueThe boolean whether there was a non-empty selection to delete. Details Deletes the range between the "insert" and "selection_bound" marks, that is, the currently selected text. If the interactive argument is true, the editability of the
selection will be considered, users cannot delete uneditable text. | See also |
#2024-7-3