Method GTK2.TextIter()->compare()
- Method compare
int compare(GTK2.TextIter rhs)
- Description
Returns -1 if this iterator is less than rhs, 1 if greater than, and 0 if they're equal. Ordering is in character offset order, i.e. the first character in the buffer is less than the second character in the buffer.