]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/masked/combobox.py
Update docs to mention new filesystem handlers.
[wxWidgets.git] / wxPython / wx / lib / masked / combobox.py
index 7c08ed42656d3f10299bc1551592715e9da8e917..c7c97bdc7377020ad102bea5379496c7a08aaca6 100644 (file)
@@ -224,6 +224,10 @@ class BaseMaskedComboBox( wx.ComboBox, MaskedEditMixin ):
         self.SetInsertionPoint(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.