generate middle click events (patch 1521314)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-07-25 00:09:49 +00:00
parent 40f5126298
commit da87911d65
2 changed files with 10 additions and 2 deletions

View File

@@ -166,6 +166,7 @@ All (GUI):
- Added wxTopLevelWindow::SetTransparent and CanSetTransparent, with
implementations (so far) for wxMSW and wxMac.
- Allow customizing individual grid lines appearance (S<>ren Lassen)
- Fixed middle click events generation in generic wxTreeCtrl (Olly Betts)
wxMSW: