phoenix_title wx.lib.masked.combobox.ComboBox

The “user-visible” masked combobox control, this class is identical to the BaseMaskedComboBox class it’s derived from. (This extra level of inheritance allows us to add the generic set of masked edit parameters only to this class while allowing other classes to derive from the “base” masked combobox control, and provide a smaller set of valid accessor functions.) See BaseMaskedComboBox for available methods.


class_hierarchy Class Hierarchy

Inheritance diagram for class ComboBox:

api Class API

class ComboBox(BaseMaskedComboBox, MaskedEditAccessorsMixin)

The “user-visible” masked combobox control, this class is identical to the BaseMaskedComboBox class it’s derived from. (This extra level of inheritance allows us to add the generic set of masked edit parameters only to this class while allowing other classes to derive from the “base” masked combobox control, and provide a smaller set of valid accessor functions.) See BaseMaskedComboBox for available methods.