generate middle click events (backport from HEAD of the patch 1521314)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-07-25 00:12:51 +00:00
parent 30bb87ad00
commit ea839c294e
3 changed files with 68 additions and 1 deletions

View File

@@ -29,6 +29,11 @@ works.
Added wx.combo.BitmapComboBox which is a combobox that displays a
bitmap in front of the list items.
Added the wx.lib.mixins.inspect module. It contains the InspectMixin
class which can be mixed with a wx.App class and provides a PyCrust
window that can be activated with a Ctrl-Alt-I keystroke (or Cmd-Alt-I
on the Mac.)