GtkScintilla::style_set_visible

void style_set_visible(int style, int visible);

Define if some style will be visible or not.

// defining the style as invisible...
$scintilla->set_sel_visible(SCINTILLA_STYLE_DEFAULT, 0);