Returns the character offset of an iterator.
Each character in a gtk.text_buffer.TextBuffer has an offset, starting with 0 for the first character in the buffer. Use gtk.text_buffer.TextBuffer.getIterAtOffset to convert an offset back into an iterator.
a character offset
Returns the character offset of an iterator.
Each character in a gtk.text_buffer.TextBuffer has an offset, starting with 0 for the first character in the buffer. Use gtk.text_buffer.TextBuffer.getIterAtOffset to convert an offset back into an iterator.