Package: gtk
Function gtk:text-buffer-get-text
Lambda Listgtk:text-buffer-get-text (buffer start end &optional include) ArgumentsReturn ValueThe allocated UTF-8 string. Details                Returns the text in the range [start, end).  
  Excludes undisplayed text, text marked with tags that set the invisibility  attribute, if the include argument is false. Does not include
  characters representing embedded images, so byte and character indexes into
  the returned string do not correspond to byte and character indexes into the  text buffer. Contrast with the gtk:text-buffer-get-slice function.          | See also | 
2024-07-03