Function rstk::listbox::make_listbox[][src]

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

Creates an instance of a listbox widget in given parent populating the listbox with the given set of values.