Package: gtk

Function gtk-text-iter-in-range

Lambda List

gtk-text-iter-in-range (iter start end)

Arguments

iter -- a gtk-text-iter instance
start -- a gtk-text-iter instance with the start of range
end -- a gtk-text-iter instance with the end of range

Return Value

True if the iterator is in the range.

Details

Checks whether the iterator falls in the range [start, end). start and end must be in ascending order.
 

See also

2021-6-15