wx.ControlWithItems¶
This is convenience class that derives from both wx.Control and wx.ItemContainer.
It is used as basis for some wxWidgets controls ( wx.Choice and wx.ListBox).
See also
Class Hierarchy¶
Class API¶
- class wx.ControlWithItems(Control, ItemContainer)¶
This is convenience class that derives from both Control and ItemContainer.