Package: gtk
Function gtk-editable-select-region
Lambda Listgtk-editable-select-region (editable start end) ArgumentsDetails
Selects a region of text.
The characters that are selected are those characters at positions from start up to, but not including end. If end is negative, then the the characters selected are those characters from start to the end
of the text. Note that positions are specified in characters, not bytes. | See also |
2020-6-1