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:
GdkColor
Background
GdkColor
.fg_color:
GdkColor
Foreground
GdkColor
.rise:
gint
Super/subscript rise, can be negative.
underline:
guint
PangoUnderline
.strikethrough:
guint
Strikethrough style.
draw_bg:
guint
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:
guint
This are only used when we are actually laying out and rendering a paragraph; not when a
GtkTextAppearance
is part of aGtkTextAttributes
.is_text:
guint
This are only used when we are actually laying out and rendering a paragraph; not when a
GtkTextAppearance
is part of aGtkTextAttributes
.