]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
signned/unsigned fix
[wxWidgets.git] / include / wx / msw / textctrl.h
index 66114fa0c77d286fed2ef14b9d9e7e31b818f17a..c5e03295f3b52f537e4ab90dbfa8df53babd7f16 100644 (file)
@@ -82,6 +82,10 @@ public:
     virtual void WriteText(const wxString& text);
     virtual void AppendText(const wxString& text);
 
+#ifdef __WIN32__
+    virtual bool EmulateKeyPress(const wxKeyEvent& event);
+#endif // __WIN32__
+
 #if wxUSE_RICHEDIT
     // apply text attribute to the range of text (only works with richedit
     // controls)