Geany
1.24.1
|
Fields representing the different attributes of a Scintilla lexer style. More...
Data Fields | |
gint | background |
Background text colour, in 0xBBGGRR format. More... | |
gboolean | bold |
Bold. More... | |
gint | foreground |
Foreground text colour, in 0xBBGGRR format. More... | |
gboolean | italic |
Italic. More... | |
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.