Method

GtkTextIterget_visible_line_index

Declaration [src]

gint
gtk_text_iter_get_visible_line_index (
  const GtkTextIter* iter
)

Description [src]

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.

Return value

Type: gint

Byte index of iter with respect to the start of the line.