pub trait DropDownSetWidgetRefExt {
// Required method
fn drop_down_set(&self, paths: &[&[LiveId]]) -> DropDownSet;
}
pub trait DropDownSetWidgetRefExt {
// Required method
fn drop_down_set(&self, paths: &[&[LiveId]]) -> DropDownSet;
}