Package: gtk
Function gtk:editable-chars
Lambda Listgtk:editable-chars (editable &key start end) ArgumentsReturn ValueThe string for the contents of the editable 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 | 
2025-07-08