]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/masked/textctrl.py
Update docs to mention new filesystem handlers.
[wxWidgets.git] / wxPython / wx / lib / masked / textctrl.py
index 7a2fb42a08958caa85b5853c09cc8837e3a7dac1..93c1a1c1019855e0cfee935466ecd68882001702 100644 (file)
@@ -141,6 +141,9 @@ class BaseMaskedTextCtrl( wx.TextCtrl, MaskedEditMixin ):
 ##        wx.TextCtrl.SetInsertionPoint(self, pos)
 
 
 ##        wx.TextCtrl.SetInsertionPoint(self, pos)
 
 
+    def IsEmpty(*args, **kw):
+        return MaskedEditMixin.IsEmpty(*args, **kw)
+
     def _GetValue(self):
         """
         Allow mixin to get the raw value of the control with this function.
     def _GetValue(self):
         """
         Allow mixin to get the raw value of the control with this function.