]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/controls.py
SWIGged updates for wxMAC
[wxWidgets.git] / wxPython / src / mac / controls.py
index c109ede9334e08a1240104ed9dac13b2f6860c5c..f8c4f6655d809994d1ac30a46d0fb8eed3fd6112 100644 (file)
@@ -664,6 +664,9 @@ class wxTextCtrlPtr(wxControlPtr):
     def AppendText(self, *_args, **_kwargs):
         val = apply(controlsc.wxTextCtrl_AppendText,(self,) + _args, _kwargs)
         return val
+    def EmulateKeyPress(self, *_args, **_kwargs):
+        val = apply(controlsc.wxTextCtrl_EmulateKeyPress,(self,) + _args, _kwargs)
+        return val
     def SetStyle(self, *_args, **_kwargs):
         val = apply(controlsc.wxTextCtrl_SetStyle,(self,) + _args, _kwargs)
         return val