.. include:: headings.inc .. module:: lib.masked .. currentmodule:: lib.masked .. highlight:: python .. _lib.masked: ========================================================================================================================================== |phoenix_title| **masked** ========================================================================================================================================== package providing "masked edit" controls, allowing characters within a data entry control to remain fixed, and providing fine-grain control over allowed user input. |module_summary| Modules Summary ================================ ================================================================================ ================================================================================ :mod:`~lib.masked.combobox` Provides masked edit capabilities within a ComboBox format, as well as :mod:`~lib.masked.ctrl` *masked.Ctrl* is actually a factory function for several types of :mod:`~lib.masked.ipaddrctrl` Provides a smart text input control that understands the structure and :mod:`~lib.masked.maskededit` contains MaskedEditMixin class that drives all the other masked controls. :mod:`~lib.masked.numctrl` masked.NumCtrl: :mod:`~lib.masked.textctrl` Provides a generic, fully configurable masked edit text control, as well as :mod:`~lib.masked.timectrl` *TimeCtrl* provides a multi-cell control that allows manipulation of a time ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: lib.masked.combobox lib.masked.ctrl lib.masked.ipaddrctrl lib.masked.maskededit lib.masked.numctrl lib.masked.textctrl lib.masked.timectrl