GtkScintilla::insert_text

void insert_text(int pos, string text);

Inserts text in the text area of GtkScintilla.

// inserting text at the begin of GtkScintilla
$scintilla->insert_text(-1, 'inserting text...');