Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
authorJulian Smart <julian@anthemion.co.uk>
Fri, 12 Apr 2002 20:26:43 +0000 (20:26 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 12 Apr 2002 20:26:43 +0000 (20:26 +0000)
commita5e84126fcb673217660170ab871738f21972b49
tree4870acc9a977ba8e0bec0cad062389faf30852ee
parentcd5e9298159e58f57e05f3b76c9d4a45e1eefe12
Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
the capture before release it.
Documented wxMouseCaptureChangedEvent and GetCapture/FindCapture.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/category.tex
docs/latex/wx/classes.tex
docs/latex/wx/mcaptevt.tex [new file with mode: 0644]
docs/latex/wx/window.tex
include/wx/event.h
include/wx/msw/window.h
src/common/event.cpp
src/generic/dragimgg.cpp
src/msw/window.cpp