.. include:: headings.inc .. currentmodule:: lib.masked.textctrl .. highlight:: python .. _lib.masked.textctrl.TextCtrl: ========================================================================================================================================== |phoenix_title| **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| Inheritance Diagram ===================================== Inheritance diagram for class **TextCtrl** .. raw:: html

Inheritance diagram of TextCtrl

| |super_classes| Known Superclasses ================================== :class:`lib.masked.maskededit.MaskedEditAccessorsMixin`, :class:`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.