Lots of updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-04-10 04:38:11 +00:00
parent f4f734c1ef
commit a086de984d
12 changed files with 199 additions and 170 deletions

View File

@@ -385,6 +385,14 @@ void wxTextCtrl::Clear()
::WinSetWindowText(GetHwnd(), "");
} // end of wxTextCtrl::Clear
bool wxTextCtrl::EmulateKeyPress(
const wxKeyEvent& rEvent
)
{
SetFocus();
return(wxTextCtrlBase::EmulateKeyPress(rEvent));
} // end of wxTextCtrl::EmulateKeyPress
// ----------------------------------------------------------------------------
// Clipboard operations
// ----------------------------------------------------------------------------