GtkSource.RegionIter¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
dummy1 |
r |
||
dummy2 |
r |
||
dummy3 |
r |
Methods¶
|
|
|
Details¶
- class GtkSource.RegionIter¶
GtkSource.RegionIter
is an opaque datatype; ignore all its fields. Initialize the iter withGtkSource.Region.get_start_region_iter
().New in version 3.22.
- get_subregion()¶
- Returns:
True
if start and end have been set successfully (if non-None
), orFalse
if self is the end iterator or if the region is empty.- Return type:
(
bool
, start:Gtk.TextIter
, end:Gtk.TextIter
)
Gets the subregion at this iterator.
New in version 3.22.