Package: gtk
Function gtk:text-buffer-char-count
Lambda Listgtk:text-buffer-char-count (buffer) ArgumentsReturn ValueThe integer for the number of characters in the text buffer. Details      
    Gets the number of characters in the text buffer.  
  Note that characters and bytes are not the same, you cannot, for example,
  expect the contents of the text buffer in string form to be this many bytes
  long. The character count is cached, so this function is very fast.      | See also | 
2025-07-27