Type Alias ControlWithItems

Source
pub type ControlWithItems = ControlWithItemsIsOwned<true>;
Expand description

This is convenience class that derives from both wxControl and wxItemContainer.

Aliased Type§

pub struct ControlWithItems(/* private fields */);