Trait WindowWidgetExt

Source
pub trait WindowWidgetExt {
    // Required method
    fn window(&self, path: &[LiveId]) -> WindowRef;
}

Required Methods§

Source

fn window(&self, path: &[LiveId]) -> WindowRef

Implementors§

Source§

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