Returns true if iter is the end iterator.
This means it is one past the last dereferenceable iterator in the buffer. gtk.text_iter.TextIter.isEnd is the most efficient way to check whether an iterator is the end iterator.
whether iter is the end iterator
Returns true if iter is the end iterator.
This means it is one past the last dereferenceable iterator in the buffer. gtk.text_iter.TextIter.isEnd is the most efficient way to check whether an iterator is the end iterator.