.. 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.textctrl .. highlight:: python .. _wx.lib.masked.textctrl.TextCtrl: ========================================================================================================================================== |phoenix_title| **wx.lib.masked.textctrl.TextCtrl** ========================================================================================================================================== The "user-visible" masked text control; it is identical to the BaseMaskedTextCtrl 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 text control, and provide a smaller set of valid accessor functions.) See BaseMaskedTextCtrl for available methods. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class TextCtrl:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.masked.maskededit.MaskedEditAccessorsMixin`, :class:`wx.lib.masked.textctrl.BaseMaskedTextCtrl` | |api| Class API =============== .. class:: TextCtrl( BaseMaskedTextCtrl, MaskedEditAccessorsMixin ) The "user-visible" masked text control; it is identical to the BaseMaskedTextCtrl 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 text control, and provide a smaller set of valid accessor functions.) See BaseMaskedTextCtrl for available methods.