GtkSource.RegionIter¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
dummy1 |
r |
||
dummy2 |
r |
||
dummy3 |
r |
Methods¶
|
|
|
Details¶
- class GtkSource.RegionIter¶
An opaque datatype.
Ignore all its fields and initialize the iter with [method`Region`.get_start_region_iter].
- 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.