Trait square::View [] [src]

pub trait View: ObjCObject {
    fn set_height(&mut self, h: f64) { ... }
fn set_width(&mut self, w: f64) { ... }
fn set_background_color<C: Into<Color>>(&mut self, color: C) { ... } }

Provided Methods

Implementors