pub type ControlWithItems = ControlWithItemsIsOwned<true>;
Expand description
This is convenience class that derives from both wxControl and wxItemContainer.
ControlWithItems
represents a C++wxControlWithItems
class instance which your code has ownership,ControlWithItemsIsOwned
<false>
represents one which don’t own.- Use
ControlWithItems
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxControlWithItems
class’s documentation for more details.
Aliased Type§
pub struct ControlWithItems(/* private fields */);