Region.getBounds

Gets the start and end bounds of the region.

class Region
bool
getBounds

Parameters

start gtk.text_iter.TextIter

iterator to initialize with the start of region, or null.

end gtk.text_iter.TextIter

iterator to initialize with the end of region, or null.

Return Value

Type: bool

true if start and end have been set successfully (if non-null), or false if the region is empty.