gtkTextIterGetVisibleLineIndex {RGtk2} | R Documentation |
Returns the number of bytes from the start of the
line to the given iter
, not counting bytes that
are invisible due to tags with the "invisible" flag
toggled on.
gtkTextIterGetVisibleLineIndex(object)
|
[GtkTextIter ] a GtkTextIter |
[integer] byte index of iter
with respect to the start of the line
Derived by RGtkGen from GTK+ documentation