Type Alias EditableListBox

Source
pub type EditableListBox = EditableListBoxIsOwned<true>;
Expand description

An editable listbox is composite control that lets the user easily enter, delete and reorder a list of strings.

Aliased Type§

struct EditableListBox(/* private fields */);

Trait Implementations§