Package: gtk
Function gtk:editable-delete-text
Lambda Listgtk:editable-delete-text (editable &key start end) ArgumentsDetails
Deletes a sequence of characters.
The characters that are deleted are those characters at positions from the start position up to, but not including the end position. If the end position is negative, then the characters deleted are those from the start position to the end of the text. Note that the positions are
specified in characters, not bytes. | See also |
2023-10-24