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:
@@ -447,6 +447,10 @@ void MyTextCtrl::OnText(wxCommandEvent& event)
|
|||||||
{
|
{
|
||||||
wxLogMessage(_T("Text changed in control '%s'"), data);
|
wxLogMessage(_T("Text changed in control '%s'"), data);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
wxLogMessage(_T("Text changed in some control"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyTextCtrl::OnChar(wxKeyEvent& event)
|
void MyTextCtrl::OnChar(wxKeyEvent& event)
|
||||||
|
Reference in New Issue
Block a user