gtksource.region_iter

Module for [RegionIter] class

Types 1

An opaque datatype.

Ignore all its fields and initialize the iter with gtksource.region.Region.getStartRegionIter.

Fields
Methods
void * _cPtr() nothrow
bool getSubregion(out gtk.text_iter.TextIter start, out gtk.text_iter.TextIter end) nothrowGets the subregion at this iterator.
bool isEnd() nothrow
bool 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.
Constructors
this(void * ptr, Flag!"Take" take)