]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Tcl regex lib
[wxWidgets.git] / include / wx / msw / textctrl.h
index 66114fa0c77d286fed2ef14b9d9e7e31b818f17a..b852df9a84b985e2907636e84284f11d67e4bc13 100644 (file)
@@ -82,10 +82,15 @@ public:
     virtual void WriteText(const wxString& text);
     virtual void AppendText(const wxString& text);
 
     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)
     virtual bool SetStyle(long start, long end, const wxTextAttr& style);
 #if wxUSE_RICHEDIT
     // apply text attribute to the range of text (only works with richedit
     // controls)
     virtual bool SetStyle(long start, long end, const wxTextAttr& style);
+    virtual bool SetDefaultStyle(const wxTextAttr& style);
 #endif // wxUSE_RICHEDIT
 
     // translate between the position (which is just an index in the text ctrl
 #endif // wxUSE_RICHEDIT
 
     // translate between the position (which is just an index in the text ctrl