RegionIter.getSubregion

Gets the subregion at this iterator.

class RegionIter
bool
getSubregion

Parameters

start gtk.text_iter.TextIter

iterator to initialize with the subregion start, or null.

end gtk.text_iter.TextIter

iterator to initialize with the subregion end, or null.

Return Value

Type: bool

true if start and end have been set successfully (if non-null), or false if iter is the end iterator or if the region is empty.