gtkTextIterSetLineIndex {RGtk2} | R Documentation |
Same as gtkTextIterSetLineOffset
, but works with a
byte index. The given byte index must be at
the start of a character, it can't be in the middle of a UTF-8
encoded character.
gtkTextIterSetLineIndex(object, byte.on.line)
|
[GtkTextIter ] a GtkTextIter |
|
[integer] a byte index relative to the start of iter 's current line |
Derived by RGtkGen from GTK+ documentation