GtkScintilla::goto_pos

void goto_pos(int pos);

This method set the cursor position to the specific character position.

// go to 3 positions ahead...
$scintilla->goto_pos($this->get_current_pos() + 3);