pub type ControlWithItems = ControlWithItemsIsOwned<true>;Expand description
This is convenience class that derives from both wxControl and wxItemContainer.
ControlWithItemsrepresents a C++wxControlWithItemsclass 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++
wxControlWithItemsclass’s documentation for more details.
Aliased Type§
pub struct ControlWithItems(/* private fields */);