#[repr(C)]
pub struct GtkStyle {Show fields
pub parent_instance: GObject,
pub fg: [GdkColor; 5],
pub bg: [GdkColor; 5],
pub light: [GdkColor; 5],
pub dark: [GdkColor; 5],
pub mid: [GdkColor; 5],
pub text: [GdkColor; 5],
pub base: [GdkColor; 5],
pub text_aa: [GdkColor; 5],
pub black: GdkColor,
pub white: GdkColor,
pub font_desc: *mut PangoFontDescription,
pub xthickness: c_int,
pub ythickness: c_int,
// some fields omitted
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.