Package: gtk
Function gtk:editable-chars
Lambda Listgtk:editable-chars (editable &key start end) ArgumentsReturn ValueThe string with a sequence of characters from the editable widget. Details
Retrieves a sequence of characters.
The characters that are retrieved 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 retrieved 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