gtksource.region_iter

Module for [RegionIter] class

Types 1

#GtkSourceRegionIter is an opaque datatype; ignore all its fields. Initialize the iter with [gtksource.region.Region.getStartRegionIter].

Fields
Methods
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.
Constructors
this(void * ptr, Flag!"Take" take)