[][src]Trait chaosgui::Draw

pub trait Draw {
    pub fn draw(&self);
}

Examples

impl Draw for SelectBox {

fn draw(&self) {

    println!("draw SelectBox");

}

}

Required methods

pub fn draw(&self)[src]

Loading content...

Implementors

impl Draw for Button[src]

Loading content...