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.
5 import wx
.lib
.masked
.maskededit
7 __doc__
= wx
.lib
.masked
.maskededit
.__doc
__
9 from wx
.lib
.masked
.maskededit
import *
11 wxMaskedEditMixin
= wx
.lib
.masked
.MaskedEditMixin
12 wxMaskedTextCtrl
= wx
.lib
.masked
.TextCtrl
13 wxMaskedComboBox
= wx
.lib
.masked
.ComboBox
14 wxMaskedComboBoxSelectEvent
= wx
.lib
.masked
.MaskedComboBoxSelectEvent
15 wxIpAddrCtrl
= wx
.lib
.masked
.IpAddrCtrl