]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/controls.py
wxUniversal fixes:
[wxWidgets.git] / wxPython / src / mac / controls.py
index e8af318e33e9b8b977d9070ffd4a311831e69c9b..f8c4f6655d809994d1ac30a46d0fb8eed3fd6112 100644 (file)
@@ -7,6 +7,8 @@ from windows import *
 
 from gdi import *
 
+from fonts import *
+
 from clip_dnd import *
 
 from events import *
@@ -662,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