X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a3a5e5eeac0176bb93fa53fb2934a21b6d7c45f..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/os2/textentry.h diff --git a/include/wx/os2/textentry.h b/include/wx/os2/textentry.h index 33bb2320ce..52d22bf463 100644 --- a/include/wx/os2/textentry.h +++ b/include/wx/os2/textentry.h @@ -22,7 +22,6 @@ public: // implement wxTextEntryBase pure virtual methods virtual void WriteText(const wxString& text); - virtual wxString GetValue() const; virtual void Remove(long from, long to); virtual void Copy(); @@ -48,6 +47,8 @@ public: virtual void SetMaxLength(unsigned long len); protected: + virtual wxString DoGetValue() const; + // this is really a hook for multiline text controls as the single line // ones don't need to ever scroll to show the selection but having it here // allows us to put Remove() in the base class