GtkScintilla::style_set_fore

void style_set_fore(int style, int fore);

Set the fore color of some style.

// GtkScintillaStyle
define(  "SCINTILLA_STYLE_DEFAULT",   32 );
$scintilla->style_set_fore(SCINTILLA_STYLE_DEFAULT, 0);