1. cursor fixes: frame does have hand cursor in the controls sample now,
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 Feb 2000 23:49:41 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 Feb 2000 23:49:41 +0000 (23:49 +0000)
commitbfbd6dc1921a17bd880d580dd660e8bc478a9391
tree42714f2f10d6805e9dc7d3487227a5c602a744f5
parent171774fcf39d89d62bccc2e035d44f2f3a6495e7
1. cursor fixes: frame does have hand cursor in the controls sample now,
   modal dialogs don't have busy cursor even if wxIsBusy()
2. wxTextCtrl sets client data field in the generated events
3. added wxEnhMetaFile::SetClipboard()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/control.h
include/wx/msw/enhmeta.h
include/wx/msw/private.h
src/common/ctrlcmn.cpp
src/msw/app.cpp
src/msw/cursor.cpp
src/msw/data.cpp
src/msw/dialog.cpp
src/msw/enhmeta.cpp
src/msw/textctrl.cpp
src/msw/utils.cpp
src/msw/window.cpp