GtkScintilla::goto_line

void goto_line(int line);

This method set the cursor position to the specific line.

// go to line 20...
$scintilla->goto_line(20);