]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wxPython/lib/maskednumctrl.py
Added support for current version of "emxomf".
[wxWidgets.git] / wxPython / wxPython / lib / maskednumctrl.py
CommitLineData
d14a1e28
RD
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.
8b9a4190 4
c878ceea 5import wx.lib.masked.numctrl
8b9a4190 6
c878ceea 7__doc__ = wx.lib.masked.numctrl.__doc__
8b9a4190 8
c878ceea
RD
9EVT_MASKEDNUM = wx.lib.masked.numctrl.EVT_NUM
10wxMaskedNumCtrl = wx.lib.masked.numctrl.NumCtrl
11wxMaskedNumNumberUpdatedEvent = wx.lib.masked.numctrl.NumberUpdatedEvent