Function rstk::combobox::make_combobox[][src]

pub fn make_combobox(parent: &impl TkWidget, values: &[&str]) -> TkCombobox
Expand description

Creates an instance of a combo-box widget in given parent, populating the drop-down list with the given set of values.