Added wxDragLink
authorRobin Dunn <robin@alldunn.com>
Fri, 26 Oct 2001 02:11:23 +0000 (02:11 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 26 Oct 2001 02:11:23 +0000 (02:11 +0000)
commite6d318c25afa1392b2b99616b480457f58da4435
tree4f3e6cf7a8acfc53fd87de36aee7baf1bc1d226a
parentac00ac40ed241fb591be1286d3284523f4dd5dba
Added wxDragLink

Added SetURL to wxURLDataObject

Fixed the Mozilla problem by reversing the order of the component DOs
in the wxURLDataObject.  By checking the wxTextDataObject first then
it avoids the problem of how Mozilla sends the UniformResourceLocator
data.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dataobj.h
include/wx/dnd.h
include/wx/msw/ole/dataobj2.h
samples/dnd/dnd.cpp
src/msw/ole/dataobj.cpp
src/msw/ole/droptgt.cpp