Package: gtk
Function gtk:text-iter-compare
Lambda Listgtk:text-iter-compare (lhs rhs) ArgumentsReturn Value-1 if lhs is less than rhs, 1 if lhs is greater, 0 if they are equal. Details A qsort()-style function that returns negative if lhs is less than rhs, positive if lhs is greater than rhs, and 0 if
they are equal.
Ordering is in character offset order, for example, the first character in
the text buffer is less than the second character in the text buffer. | See also |
2024-7-1