Struct gtk_sys::GtkRcStyle 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct GtkRcStyle { pub parent_instance: GObject, pub name: *mut c_char, pub bg_pixmap_name: [c_char; 5], pub font_desc: *mut PangoFontDescription, pub color_flags: [GtkRcFlags; 5], pub fg: [GdkColor; 5], pub bg: [GdkColor; 5], pub text: [GdkColor; 5], pub base: [GdkColor; 5], pub xthickness: c_int, pub ythickness: c_int, pub rc_properties: *mut GArray, pub rc_style_lists: *mut GSList, pub icon_factories: *mut GSList, // some fields omitted }
Fields
parent_instance: GObject
                           
                           
                           name: *mut c_char
                           
                           
                           bg_pixmap_name: [c_char; 5]
                           
                           
                           font_desc: *mut PangoFontDescription
                           
                           
                           color_flags: [GtkRcFlags; 5]
                           
                           
                           fg: [GdkColor; 5]
                           
                           
                           bg: [GdkColor; 5]
                           
                           
                           text: [GdkColor; 5]
                           
                           
                           base: [GdkColor; 5]
                           
                           
                           xthickness: c_int
                           
                           
                           ythickness: c_int
                           
                           
                           rc_properties: *mut GArray
                           
                           
                           rc_style_lists: *mut GSList
                           
                           
                           icon_factories: *mut GSList