// Purpose: wxTextEntry implementation for wxOS2
// Author: Stefan Neis
// Created: 2007-11-18
-// RCS-ID: $Id$
// Copyright: (c) 2007 Stefan Neis
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
::WinSetWindowText(GetEditHwnd(), text.c_str());
}
-wxString wxTextEntry::GetValue() const
+wxString wxTextEntry::DoGetValue() const
{
return wxGetWindowText(GetEditHWND());
}