gtksource.region_iter
Module for [RegionIter] class
class RegionIter
Types 1
classRegionIter
#GtkSourceRegionIter is an opaque datatype; ignore all its fields. Initialize the iter with gtksource.region.Region.getStartRegionIter.
Fields
GtkSourceRegionIter _cInstanceMethods
void * _cPtr() nothrowbool getSubregion(out gtk.text_iter.TextIter start, out gtk.text_iter.TextIter end) nothrowGets the subregion at this iterator.bool isEnd() nothrowbool next() nothrowMoves iter to the next subregion. Returns: true if iter moved and is dereferenceable, or false if iter has been set to the end iterator.