// ----------------------------------------------------------------------------
WXDLLEXPORT_DATA(extern const wxChar*) wxTextCtrlNameStr;
-WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
// ----------------------------------------------------------------------------
// wxTextCtrl style flags
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(); }