pub fn combo(
ui: &mut Ui,
id: &str,
value: &mut String,
options: &[(&str, &str)],
width: Option<f32>,
) -> boolExpand description
ComboBox over (value, label) pairs writing into a String setting. Returns true if the value changed.