 
       wx.lib.masked.textctrl¶
  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 Summary¶
 Classes Summary¶| BaseMaskedTextCtrl | This is the primary derivation from MaskedEditMixin. It provides | 
| PreMaskedTextCtrl | This class exists to support the use of XRC subclassing. | 
| TextCtrl | The “user-visible” masked text control; it is identical to the |