From: Vadim Zeitlin Date: Mon, 3 Jun 2002 23:11:51 +0000 (+0000) Subject: mention EVT_KEY_DOWN/CHAR change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c6a1c55552f5841a7e502ca02a11a7a6896e32e mention EVT_KEY_DOWN/CHAR change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index f1658c6f21..12792c49b3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -60,6 +60,9 @@ All (GUI): - wxGLCanvas now derives directly from wxWindow, not wxScrolledWindow +- if you handle (and don't skip) EVT_KEY_DOWN, the EVT_CHAR event is not + generated at all + - wxGridCellAttrProvider class API changed, you will need to update your code if you derived any classes from it