phoenix_title 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).


class_hierarchy Class Hierarchy¶

Inheritance diagram for class ControlWithItems:

api Class API¶

class wx.ControlWithItems(Control, ItemContainer)¶

This is convenience class that derives from both Control and ItemContainer.