]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/maskededit.py
76d480eab17c4a6aa45dcdc84f2fe85478c0edc9
[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.wxIpAddrCtrl
13 wxMaskedComboBox = wx.lib.maskededit.wxMaskedComboBox
14 wxMaskedComboBoxSelectEvent = wx.lib.maskededit.wxMaskedComboBoxSelectEvent
15 wxMaskedEditMixin = wx.lib.maskededit.wxMaskedEditMixin
16 wxMaskedTextCtrl = wx.lib.maskededit.wxMaskedTextCtrl