git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42133
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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.
## 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.