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:GdkColorBackground
GdkColor.fg_color:GdkColorForeground
GdkColor.rise:gintSuper/subscript rise, can be negative.
underline:guintPangoUnderline.strikethrough:guintStrikethrough style.
draw_bg:guintWhether 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:guintThis are only used when we are actually laying out and rendering a paragraph; not when a
GtkTextAppearanceis part of aGtkTextAttributes.is_text:guintThis are only used when we are actually laying out and rendering a paragraph; not when a
GtkTextAppearanceis part of aGtkTextAttributes.