Geany dev
Data Fields
GeanyLexerStyle Struct Reference

Fields representing the different attributes of a Scintilla lexer style. More...

#include <highlighting.h>

Data Fields

gint background
 Background text colour, in 0xBBGGRR format.
 
gboolean bold
 Bold.
 
gint foreground
 Foreground text colour, in 0xBBGGRR format.
 
gboolean italic
 Italic.
 

Detailed Description

Fields representing the different attributes of a Scintilla lexer style.

See also
Scintilla messages SCI_STYLEGETFORE, etc, for use with scintilla_send_message().