Struct
GtkTextAppearance
Description
struct GtkTextAppearance {
GdkColor bg_color;
GdkColor fg_color;
gint rise;
guint underline : 4;
guint strikethrough : 1;
guint draw_bg : 1;
guint inside_selection : 1;
guint is_text : 1;
}
No description available.
Structure members
bg_color
Background
GdkColor
.fg_color
Foreground
GdkColor
.rise
Super/subscript rise, can be negative.
underline
PangoUnderline
.strikethrough
Strikethrough style.
draw_bg
Whether to use background-related values; this is irrelevant for the values struct when in a tag, but is used for the composite values struct; it’s true if any of the tags being composited had background stuff set.
inside_selection
This are only used when we are actually laying out and rendering a paragraph; not when a
GtkTextAppearance
is part of aGtkTextAttributes
.is_text
This are only used when we are actually laying out and rendering a paragraph; not when a
GtkTextAppearance
is part of aGtkTextAttributes
.