TextIter.inRange

Checks whether iter falls in the range [start, end).

start and end must be in ascending order.

Parameters

start gtk.text_iter.TextIter

start of range

end gtk.text_iter.TextIter

end of range

Return Value

Type: bool

true if iter is in the range