GtkScintilla::select_all

void select_all(void);

Select all text inside the text area.

// select all the text
$scintilla->select_all();