]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/maskededit.py
42e4331cd570dac89e962956e3433c75765b3f30
[wxWidgets.git] / wxPython / wxPython / lib / maskededit.py
1 ## This file imports items from the wx package into the wxPython package for
2 ## backwards compatibility. Some names will also have a 'wx' added on if
3 ## that is how they used to be named in the old wxPython package.
4
5 import wx.lib.maskededit
6
7 __doc__ = wx.lib.maskededit.__doc__
8
9 Field = wx.lib.maskededit.Field
10 test = wx.lib.maskededit.test
11 test2 = wx.lib.maskededit.test2
12 wxIpAddrCtrl = wx.lib.maskededit.IpAddrCtrl
13 wxMaskedComboBox = wx.lib.maskededit.MaskedComboBox
14 wxMaskedComboBoxSelectEvent = wx.lib.maskededit.MaskedComboBoxSelectEvent
15 wxMaskedEditMixin = wx.lib.maskededit.MaskedEditMixin
16 wxMaskedTextCtrl = wx.lib.maskededit.MaskedTextCtrl