Function rstk::listbox::make_listbox

source ·
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.