Module wx.lib.masked.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.
Classes |
BaseMaskedTextCtrl |
This is the primary derivation from MaskedEditMixin. |
PreMaskedTextCtrl |
This class exists to support the use of XRC subclassing. |
TextCtrl |
The "user-visible" masked text control; it is identical to the
BaseMaskedTextCtrl class it's derived from. |