Struct egui_dropdown::DropDownBox
source · pub struct DropDownBox<'a, F: FnMut(&mut Ui, &str) -> Response, V: AsRef<str>, I: Iterator<Item = V>> { /* private fields */ }Expand description
Dropdown widget
pub struct DropDownBox<'a, F: FnMut(&mut Ui, &str) -> Response, V: AsRef<str>, I: Iterator<Item = V>> { /* private fields */ }Dropdown widget