Package: gtk

Function gtk:text-buffer-end-iter

Lambda List

gtk:text-buffer-end-iter (buffer)

Arguments

buffer -- a gtk:text-buffer object

Return Value

The 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

2024-7-3