[][src]Struct gtk_sys::GtkStyle

#[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

parent_instance: GObjectfg: [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: GdkColorwhite: GdkColorfont_desc: *mut PangoFontDescriptionxthickness: c_intythickness: c_int

Trait Implementations

impl Debug for GtkStyle[src]

Auto Trait Implementations

impl RefUnwindSafe for GtkStyle

impl !Send for GtkStyle

impl !Sync for GtkStyle

impl Unpin for GtkStyle

impl UnwindSafe for GtkStyle

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.