gtkTextIterGetVisibleLineOffset {RGtk2} | R Documentation |
Returns the offset in characters from the start of the
line to the given iter
, not counting characters that
are invisible due to tags with the "invisible" flag
toggled on.
gtkTextIterGetVisibleLineOffset(object)
|
[GtkTextIter ] a GtkTextIter |
[integer] offset in visible characters from the start of the line
Derived by RGtkGen from GTK+ documentation