Function combo

Source
pub fn combo(
    ui: &mut Ui,
    id: &str,
    value: &mut String,
    options: &[(&str, &str)],
    width: Option<f32>,
) -> bool
Expand description

ComboBox over (value, label) pairs writing into a String setting. Returns true if the value changed.