TextIter.setOffset
void setOffset(int charOffset)Sets iter to point to char_offset.
char_offset counts from the start of the entire text buffer, starting with 0.
Parameters
charOffset | a character number |
void setOffset(int charOffset)Sets iter to point to char_offset.
char_offset counts from the start of the entire text buffer, starting with 0.
charOffset | a character number |