TextBuffer.deleteSelection

Deletes the range between the “insert” and “selection_bound” marks, that is, the currently-selected text. If @interactive is %TRUE, the editability of the selection will be considered (users can’t delete uneditable text).

class TextBuffer
bool
deleteSelection

Parameters

interactive bool

whether the deletion is caused by user interaction

defaultEditable bool

whether the buffer is editable by default

Return Value

Type: bool

whether there was a non-empty selection to delete

Meta