gtkTextBufferGetIterAtLineOffset {RGtk2} | R Documentation |
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)
|
[GtkTextBuffer ] a GtkTextBuffer |
|
[integer] line number counting from 0 |
|
[integer] char offset from start of line |
A list containing the following elements:
|
[GtkTextIter ] iterator to initialize |
Derived by RGtkGen from GTK+ documentation