Trait WindowSetWidgetSetExt

Source
pub trait WindowSetWidgetSetExt {
    // Required methods
    fn window_set(&self, paths: &[&[LiveId]]) -> WindowSet;
    fn as_window_set(&self) -> WindowSet;
}

Required Methods§

Source

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

Source

fn as_window_set(&self) -> WindowSet

Implementors§