.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.masked.combobox .. highlight:: python .. _wx.lib.masked.combobox.ComboBox: ========================================================================================================================================== |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 ================================= .. raw:: html
Inheritance diagram for class ComboBox:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.masked.combobox.BaseMaskedComboBox`, :class:`wx.lib.masked.maskededit.MaskedEditAccessorsMixin` | |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.