GtkScintilla::set_text

void set_text(string text);

Set all the content of Scintilla text area edition with the specified string.

$scintilla->set_text('my text');