Trait WindowSetWidgetExt

Source
pub trait WindowSetWidgetExt {
    // Required method
    fn window_set(&mut self, paths: &[&[LiveId]]) -> WindowSet;
}

Required Methods§

Source

fn window_set(&mut self, paths: &[&[LiveId]]) -> WindowSet

Implementors§

Source§

impl<T> WindowSetWidgetExt for T
where T: Widget,