Package: gtk
Function gtk-text-buffer-end-iter
Lambda Listgtk-text-buffer-end-iter (buffer) ArgumentsReturn ValueA gtk-text-iter iterator. Details
Returns an iterator with the "end iterator", one past the last valid
character in the text buffer. If dereferenced with the gtk-text-iter-char function, the end iterator
has a character value of 0. The entire text buffer lies in the range from the
first position in the text buffer to the end iterator. Call the gtk-text-buffer-start-iter function to get character position 0. | See also |
*2021-11-16