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.
EditableListBox
represents a C++wxEditableListBox
class instance which your code has ownership,EditableListBoxIsOwned
<false>
represents one which don’t own.- Use
EditableListBox
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxEditableListBox
class’s documentation for more details.
Aliased Type§
struct EditableListBox(/* private fields */);