GtkScintilla::hide_lines

void hide_lines(int line_start, int line_end);

Hide the specified lines.

// hide all the lines...
$scintilla->hide_lines(0,$scintilla->get_line_count());