Trait WidgetFactory

Source
pub trait WidgetFactory {
    // Required method
    fn new(&self, cx: &mut Cx) -> Box<dyn Widget>;
}

Required Methods§

Source

fn new(&self, cx: &mut Cx) -> Box<dyn Widget>

Implementors§