Package: gtk
Function gtk-text-iter-in-range
Lambda Listgtk-text-iter-in-range (iter start end) Argumentsiter -- 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 ValueTrue 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