another small test added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-29 15:34:57 +00:00
parent 724b684729
commit 7a063aed7c

View File

@@ -447,6 +447,10 @@ void MyTextCtrl::OnText(wxCommandEvent& event)
{
wxLogMessage(_T("Text changed in control '%s'"), data);
}
else
{
wxLogMessage(_T("Text changed in some control"));
}
}
void MyTextCtrl::OnChar(wxKeyEvent& event)