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 start up to, but not including end. If end is negative, then the characters deleted are those from start to the end of the text. Note that the positions are specified in characters, not bytes. | See also |
2023-2-13