pub trait WindowMenuSetWidgetExt {
// Required method
fn window_menu_set(&mut self, paths: &[&[LiveId]]) -> WindowMenuSet;
}pub trait WindowMenuSetWidgetExt {
// Required method
fn window_menu_set(&mut self, paths: &[&[LiveId]]) -> WindowMenuSet;
}