DropDownWidgetExt

Trait DropDownWidgetExt 

Source
pub trait DropDownWidgetExt {
    // Required method
    fn drop_down(&self, path: &[LiveId]) -> DropDownRef;
}

Required Methods§

Source

fn drop_down(&self, path: &[LiveId]) -> DropDownRef

Implementors§

Source§

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