Gtk.TextAppearance - Structures - Gtk 3.0 (original) (raw)
Fields¶
Name | Type | Access | Description |
---|---|---|---|
bg_color | Gdk.Color | r/w | Background Gdk.Color. |
draw_bg | int | r/w | 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. |
fg_color | Gdk.Color | r/w | Foreground Gdk.Color. |
inside_selection | int | r/w | This are only used when we are actually laying out and rendering a paragraph; not when a Gtk.TextAppearance is part of a Gtk.TextAttributes. |
is_text | int | r/w | This are only used when we are actually laying out and rendering a paragraph; not when a Gtk.TextAppearance is part of a Gtk.TextAttributes. |
rise | int | r/w | Super/subscript rise, can be negative. |
strikethrough | int | r/w | Strikethrough style |
underline | int | r/w | Pango.Underline |
Methods¶
None
Details¶
class Gtk.TextAppearance¶