Extracted from Pike v7.8 release 352 at 2012-06-25.
pike.ida.liu.se
[Top]
GTK2
GTK2.TextIter

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.