geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Fields representing the different attributes of a Scintilla lexer style. More...
#include <highlighting.h>
Public Attributes | |
gint | foreground |
Foreground text colour, in 0xBBGGRR format. More... | |
gint | background |
Background text colour, in 0xBBGGRR format. More... | |
gboolean | bold |
Bold. More... | |
gboolean | italic |
Italic. More... | |
Fields representing the different attributes of a Scintilla lexer style.
SCI_STYLEGETFORE
, etc, for use with scintilla_send_message(). Definition at line 38 of file highlighting.h.
gint GeanyLexerStyle::background |
Background text colour, in 0xBBGGRR
format.
Definition at line 41 of file highlighting.h.
Referenced by get_keyfile_int(), get_keyfile_ints(), parse_keyfile_style(), set_sci_style(), and styleset_common().
gboolean GeanyLexerStyle::bold |
Bold.
Definition at line 42 of file highlighting.h.
Referenced by parse_keyfile_style(), read_named_style(), set_sci_style(), and styleset_common().
gint GeanyLexerStyle::foreground |
Foreground text colour, in 0xBBGGRR
format.
Definition at line 40 of file highlighting.h.
Referenced by get_keyfile_int(), get_keyfile_ints(), parse_keyfile_style(), set_sci_style(), and styleset_common().
gboolean GeanyLexerStyle::italic |
Italic.
Definition at line 43 of file highlighting.h.
Referenced by parse_keyfile_style(), read_named_style(), set_sci_style(), and styleset_common().