Added event table macros to wxGrid that take window identifiers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-06-13 23:17:00 +00:00
parent 8b1c2cf0c2
commit 24d705907d
5 changed files with 46 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ All (GUI):
- added wxTaskBarIcon::CreatePopupMenu which is now recommended way
of showing popup menu; calling wxTaskBarIcon::PopupMenu directly
is discouraged
- Added ..._CMD_... variants for wxGrid event table entry macros
taking window identifiers
Unix: