]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
added wxMouseEventsManager
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 May 2009 22:52:33 +0000 (22:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 May 2009 22:52:33 +0000 (22:52 +0000)
commitbca8c756a30d54ee4fade96a091d78ad8988fd23
tree36290b99ae671c52938aa9303a7a6d7dbd3bc5bf
parent9e0ed08360448630be00fb1c441fc7f024afeb6a
added wxMouseEventsManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
docs/changes.txt
include/wx/mousemanager.h [new file with mode: 0644]
interface/wx/mousemanager.h [new file with mode: 0644]
src/common/mousemanager.cpp [new file with mode: 0644]