gtkTextBufferGetIterAtLineOffset
Obtains an iterator pointing to char.offset
within the given
line. The char.offset
must exist, offsets off the end of the line
are not allowed. Note characters, not bytes;
UTF-8 may encode one character as multiple bytes.
gtkTextBufferGetIterAtLineOffset(object, line.number, char.offset)
|
|
|
line number counting from 0 |
|
char offset from start of line |
A list containing the following elements:
|
iterator to initialize |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.