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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

GeanyLexerStyle Struct Reference

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...
 

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().

Definition at line 38 of file highlighting.h.

Member Data Documentation

◆ background

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().

◆ bold

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().

◆ foreground

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().

◆ italic

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().


The documentation for this struct was generated from the following file: