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, // some fields omitted }

Fields

Trait Implementations

impl Debug for GtkStyle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkStyle

impl !Sync for GtkStyle