Method

GtkTextIterget_line_offset

Declaration [src]

int
gtk_text_iter_get_line_offset (
  const GtkTextIter* iter
)

Description [src]

Returns the character offset of the iterator, counting from the start of a newline-terminated line.

The first character on the line has offset 0.

Return value

Type: int

Offset from start of line.