.. include:: headings.inc .. module:: lib.masked.textctrl .. currentmodule:: lib.masked.textctrl .. highlight:: python .. _lib.masked.textctrl: ========================================================================================================================================== |phoenix_title| **textctrl** ========================================================================================================================================== Provides a generic, fully configurable masked edit text control, as well as a base class from which you can derive masked controls tailored to a specific function. See maskededit module overview for how to configure the control. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for module **textctrl** .. raw:: html

Inheritance diagram of textctrl

| |class_summary| Classes Summary =============================== ================================================================================ ================================================================================ :ref:`lib.masked.textctrl.BaseMaskedTextCtrl` This is the primary derivation from MaskedEditMixin. It provides :ref:`lib.masked.textctrl.PreMaskedTextCtrl` This class exists to support the use of XRC subclassing. :ref:`lib.masked.textctrl.TextCtrl` The "user-visible" masked text control; it is identical to the ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: lib.masked.textctrl.BaseMaskedTextCtrl lib.masked.textctrl.PreMaskedTextCtrl lib.masked.textctrl.TextCtrl