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). The start and end iterators must be in ascending order.
 

See also

2024-7-1