Struct gtk_sys::GtkStyleContext[][src]

#[repr(C)]
pub struct GtkStyleContext { pub parent_object: GObject, pub priv_: *mut GtkStyleContextPrivate, }

Fields

Trait Implementations

impl Copy for GtkStyleContext
[src]

impl Clone for GtkStyleContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkStyleContext
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations