Package: gtk

Function gtk:text-iter-is-end

Lambda List

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

Arguments

iter -- a gtk:text-iter instance

Return Value

True if the iterator is the end iterator.

Details

Returns true if the iterator is the end iterator, that is, one past the last dereferenceable iterator in the text buffer. The gtk:text-iter-is-end function is the most efficient way to check whether an iterator is the end iterator.
 

See also

2024-7-1