Package: gtk
Function gtk:editable-select-region
Lambda Listgtk:editable-select-region (editable &key start end) ArgumentsDetails
Selects a region of text.
The characters that are selected 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 the characters selected are those characters from the start position to the end position of the text.
Note that positions are specified in characters, not bytes. | See also |
2024-11-15