Package: gtk

Function gtk:text-buffer-bounds

Lambda List

gtk:text-buffer-bounds (buffer)

Syntax

(gtk:text-buffer-bounds buffer) => start, end

Arguments

buffer -- a gtk:text-buffer object
start -- a gtk:text-iter iterator for the first position in the text buffer
end -- a gtk:text-iter iterator for the end position in the text buffer

Details

Retrieves the first and last iterators in the text buffer, that is, the entire text buffer lies within the range [start, end).
 

See also

#2025-07-11