]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textentry.cpp
added wxTextEntry::DoGetValue() to allow returning empty string if the control curren...
[wxWidgets.git] / src / msw / textentry.cpp
index 968f913fd17d583f1814d0fc8217cae4d3b6ffd0..b39db7f12ca1d5ce27ae46835355cb50335e5093 100644 (file)
@@ -184,7 +184,7 @@ void wxTextEntry::WriteText(const wxString& text)
     ::SendMessage(GetEditHwnd(), EM_REPLACESEL, 0, (LPARAM)text.wx_str());
 }
 
-wxString wxTextEntry::GetValue() const
+wxString wxTextEntry::DoGetValue() const
 {
     return wxGetWindowText(GetEditHWND());
 }