GtkSource.StyleData¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
background_color |
r/w |
Equivalent to |
|
bold |
r/w |
For |
|
foreground_color |
r/w |
Equivalent to |
|
italic |
r/w |
For |
|
paragraph_background_color |
r/w |
Equivalent to |
|
scale |
r/w |
Equivalent to |
|
strikethrough |
r/w |
Equivalent to |
|
underline |
r/w |
Equivalent to |
|
underline_color |
r/w |
Equivalent to |
|
use_background_color |
r/w |
Whether background_color can be taken into account. |
|
use_bold |
r/w |
Whether bold can be taken into account. |
|
use_foreground_color |
r/w |
Whether foreground_color can be taken into account. |
|
use_italic |
r/w |
Whether italic can be taken into account. |
|
use_paragraph_background_color |
r/w |
Whether paragraph_background_color can be taken into account. |
|
use_scale |
r/w |
Whether scale can be taken into account. |
|
use_strikethrough |
r/w |
Whether strikethrough can be taken into account. |
|
use_underline |
r/w |
Whether underline can be taken into account. |
|
use_underline_color |
r/w |
Whether underline_color can be taken into account. |
Methods¶
None
Details¶
- class GtkSource.StyleData¶
The data of a
GtkSource.Style
object.Before using the value of a certain field, check the boolean value of the corresponding “use_” field.
New in version 300.0.