Added event table macros to wxGrid that take window identifiers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-06-13 23:29:33 +00:00
parent e38223714c
commit 1ee57585b5
5 changed files with 46 additions and 0 deletions

View File

@@ -191,6 +191,8 @@ All (GUI):
- bug in wxWindow::RemoveEventHandler() fixed (Yingjun Zhang)
- bug in wxColourDatabase::FindColour() which could led to crashes fixed
- Added ..._CMD_... variants for wxGrid event table entry macros
taking window identifiers
Generic: