Added new MaskedEditControl code from Will Sadkin. The modules are
now locaed in their own sub-package, wx.lib.masked. Demos updated. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
## backwards compatibility. Some names will also have a 'wx' added on if
|
||||
## that is how they used to be named in the old wxPython package.
|
||||
|
||||
import wx.lib.timectrl
|
||||
import wx.lib.masked.timectrl
|
||||
|
||||
__doc__ = wx.lib.timectrl.__doc__
|
||||
__doc__ = wx.lib.masked.timectrl.__doc__
|
||||
|
||||
EVT_TIMEUPDATE = wx.lib.timectrl.EVT_TIMEUPDATE
|
||||
TimeUpdatedEvent = wx.lib.timectrl.TimeUpdatedEvent
|
||||
wxTimeCtrl = wx.lib.timectrl.TimeCtrl
|
||||
EVT_TIMEUPDATE = wx.lib.masked.timectrl.EVT_TIMEUPDATE
|
||||
TimeUpdatedEvent = wx.lib.masked.timectrl.TimeUpdatedEvent
|
||||
wxTimeCtrl = wx.lib.masked.timectrl.TimeCtrl
|
||||
|
||||
Reference in New Issue
Block a user