pub trait WindowMenuWidgetRefExt {
// Required methods
fn window_menu(&self, path: &[LiveId]) -> WindowMenuRef;
fn as_window_menu(&self) -> WindowMenuRef;
}pub trait WindowMenuWidgetRefExt {
// Required methods
fn window_menu(&self, path: &[LiveId]) -> WindowMenuRef;
fn as_window_menu(&self) -> WindowMenuRef;
}