Geany
1.22
|
Fields representing the different attributes of a Scintilla lexer style. More...
Data Fields | |
gint | background |
Background text colour, in 0xBBGGRR format. | |
gboolean | bold |
Bold. | |
gint | foreground |
Foreground text colour, in 0xBBGGRR format. | |
gboolean | italic |
Italic. | |
Fields representing the different attributes of a Scintilla lexer style.
SCI_STYLEGETFORE
, etc, for use with scintilla_send_message(). gint GeanyLexerStyle::background |
Background text colour, in 0xBBGGRR
format.
gboolean GeanyLexerStyle::bold |
Bold.
gint GeanyLexerStyle::foreground |
Foreground text colour, in 0xBBGGRR
format.
gboolean GeanyLexerStyle::italic |
Italic.