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

Required Methods§

source

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

Implementors§

source§

impl<T> DropDownWidgetExt for Twhere T: Widget,