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()bool getSubregion(out gtk.text_iter.TextIter start, out gtk.text_iter.TextIter end)Gets the subregion at this iterator.bool isEnd()bool next()Moves iter to the next subregion. Returns: true if iter moved and is dereferenceable, or false if iter has been set to the end iterator.