1. wxDropTarget::OnData() returns wxDragResult now, not bool
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 1999 23:40:55 +0000 (23:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 1999 23:40:55 +0000 (23:40 +0000)
commit8ee9d6182c9b7774477e97f4326766ac05cc70c2
tree4d9a31b2009f422ff39a1efd8ec641c407e51ad4
parent4d85bcd1f59a00ff4d626f0acc0b24474ec1aa09
1. wxDropTarget::OnData() returns wxDragResult now, not bool
2. fixed assert failure in wxMSW::wxListBox
3. wxFileHistory automatically deletes non existinf files from menu
4. wxDropTarget coordinates are client (and not screen) under MSW too
5. wxConvertBitmapToDib and vice versa seem to work!
6. client data field if filled by wxListBox and wxChoice and it's also deleted
   (this just wasn't done before!)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 files changed:
include/wx/dnd.h
include/wx/generic/choicdgg.h
include/wx/gtk/dnd.h
include/wx/gtk1/dnd.h
include/wx/msw/checklst.h
include/wx/msw/choice.h
include/wx/msw/listbox.h
include/wx/msw/ole/droptgt.h
samples/dnd/dnd.cpp
src/common/clipcmn.cpp
src/common/dobjcmn.cpp
src/common/docview.cpp
src/common/lboxcmn.cpp
src/gtk/clipbrd.cpp
src/gtk/dnd.cpp
src/gtk1/clipbrd.cpp
src/gtk1/dnd.cpp
src/msw/choice.cpp
src/msw/clipbrd.cpp
src/msw/listbox.cpp
src/msw/ole/dataobj.cpp
src/msw/ole/droptgt.cpp