pub trait DesktopButtonWidgetRefExt {
// Required methods
fn desktop_button(&self, path: &[LiveId]) -> DesktopButtonRef;
fn as_desktop_button(&self) -> DesktopButtonRef;
}
pub trait DesktopButtonWidgetRefExt {
// Required methods
fn desktop_button(&self, path: &[LiveId]) -> DesktopButtonRef;
fn as_desktop_button(&self) -> DesktopButtonRef;
}