Struct gtk_sys::GtkTextAppearance [−][src]
#[repr(C)]pub struct GtkTextAppearance { pub bg_color: GdkColor, pub fg_color: GdkColor, pub rise: c_int, pub underline: c_uint, // some fields omitted }
Fields
bg_color: GdkColorfg_color: GdkColorrise: c_intunderline: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTextAppearanceimpl Send for GtkTextAppearanceimpl Sync for GtkTextAppearanceimpl Unpin for GtkTextAppearanceimpl UnwindSafe for GtkTextAppearance