GtkScintilla::style_set_underline

void style_set_underline(int style, int underline);

Define some style to be formated as underlined.

$scintilla->style_set_underline(SCINTILLA_STYLE_DEFAULT, 1);