mention EVT_KEY_DOWN/CHAR change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-06-03 23:11:51 +00:00
parent a3e8c656ca
commit 6c6a1c5555

View File

@@ -60,6 +60,9 @@ All (GUI):
- wxGLCanvas now derives directly from wxWindow, not wxScrolledWindow - 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 - wxGridCellAttrProvider class API changed, you will need to update your code
if you derived any classes from it if you derived any classes from it