Package: gtk
Function gtk-editable-chars
Lambda Listgtk-editable-chars (editable &key start end) ArgumentsReturn ValueA string with the contents of the widget. Details
Retrieves a sequence of characters.
The characters that are retrieved are those characters at positions from start up to, but not including end. If end is negative, then the characters retrieved are those characters from start to the
end of the text. Note that positions are specified in characters, not bytes. | See also |
2020-5-30