Added support for current version of "emxomf".
[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 import wx.lib.masked
5 import wx.lib.masked.maskededit
6
7 __doc__ = wx.lib.masked.maskededit.__doc__
8
9 from wx.lib.masked.maskededit import *
10
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