X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/886dd7d28e50c003cc88b81b968d487a3c17b0d7..0be9ace27e0a278272cbb1e9daa988b65898eca1:/include/wx/textctrl.h diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 67373c7db3..9e12d0a49d 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -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(); }