]> git.saurik.com Git - wxWidgets.git/commitdiff
mention EVT_KEY_DOWN/CHAR change
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jun 2002 23:11:51 +0000 (23:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jun 2002 23:11:51 +0000 (23:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index f1658c6f21b6cb908d7b93ea90a60ef76785963b..12792c49b36de551461e2a2de28b19b0dab84a71 100644 (file)
@@ -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