GtkScintilla::show_lines

void show_lines(int line_start, int line_end);

Show the specified lines.

// show all the lines...
$scintilla->show_lines(0,$scintilla->get_line_count());