]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Added RTL functions missing from WinCE to wxchar.h/cpp
[wxWidgets.git] / include / wx / textctrl.h
index 67373c7db39120266fbdb6c88656ea9feaa07e10..9e12d0a49ddc81aa60e0448e0878b9937ed879b3 100644 (file)
@@ -334,6 +334,9 @@ public:
     wxTextCtrl& operator<<(double d);
     wxTextCtrl& operator<<(const wxChar c);
 
+    // do the window-specific processing after processing the update event
+    virtual void DoUpdateWindowUI(wxUpdateUIEvent& event) ;
+
     // obsolete functions
 #if WXWIN_COMPATIBILITY
     bool Modified() const { return IsModified(); }