Struct gtk_sys::GtkStyle 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct GtkStyle { 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, pub background: [cairo_pattern_t; 5], pub attach_count: c_int, pub visual: *mut GdkVisual, pub private_font_desc: *mut PangoFontDescription, pub rc_style: *mut GtkRcStyle, pub styles: *mut GSList, pub property_cache: *mut GArray, pub icon_factories: *mut GSList, }
Fields
parent_instance: GObject
                           
                           
                           fg: [GdkColor; 5]
                           
                           
                           bg: [GdkColor; 5]
                           
                           
                           light: [GdkColor; 5]
                           
                           
                           dark: [GdkColor; 5]
                           
                           
                           mid: [GdkColor; 5]
                           
                           
                           text: [GdkColor; 5]
                           
                           
                           base: [GdkColor; 5]
                           
                           
                           text_aa: [GdkColor; 5]
                           
                           
                           black: GdkColor
                           
                           
                           white: GdkColor
                           
                           
                           font_desc: *mut PangoFontDescription
                           
                           
                           xthickness: c_int
                           
                           
                           ythickness: c_int
                           
                           
                           background: [cairo_pattern_t; 5]
                           
                           
                           attach_count: c_int
                           
                           
                           visual: *mut GdkVisual
                           
                           
                           private_font_desc: *mut PangoFontDescription
                           
                           
                           rc_style: *mut GtkRcStyle
                           
                           
                           styles: *mut GSList
                           
                           
                           property_cache: *mut GArray
                           
                           
                           icon_factories: *mut GSList