Package: gtk
Function gtk-text-buffer-bounds
Lambda Listgtk-text-buffer-bounds (buffer) ArgumentsReturn Value start -- a gtk-text-iter iterator with the first position in the text buffer end -- a gtk-text-iter iterator with the end position in the text buffer Details
Retrieves the first and last iterators in the text buffer, i.e. the entire text buffer lies within the range [start, end). | See also |
2021-11-16