GtkScintilla::position_from_line

int position_from_line(int line);

Get the character position from the line number.

$pos = $scintilla->position_from_line(10);