New wxDataObject, DnD and Clipboard code
authorRobert Roebling <robert@roebling.de>
Mon, 14 Dec 1998 16:13:49 +0000 (16:13 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 14 Dec 1998 16:13:49 +0000 (16:13 +0000)
commit8b53e5a2261d192bce49d40f0019f52f73b1557a
treeaa68212d7452cf84cc8fb553a39f87f6294be7c7
parent450cab2dff086c9a645ec9b4f6185d1d35e0b03a
  New wxDataObject, DnD and Clipboard code
  A few more minor fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
configure
configure.in
include/wx/dataobj.h [new file with mode: 0644]
include/wx/defs.h
include/wx/gtk/clipbrd.h
include/wx/gtk/dataobj.h [new file with mode: 0644]
include/wx/gtk/dnd.h
include/wx/gtk1/clipbrd.h
include/wx/gtk1/dataobj.h [new file with mode: 0644]
include/wx/gtk1/dnd.h
samples/controls/controls.cpp
samples/image/image.cpp
src/common/variant.cpp
src/generic/listctrl.cpp
src/gtk.inc
src/gtk/clipbrd.cpp
src/gtk/dataobj.cpp [new file with mode: 0644]
src/gtk/dnd.cpp
src/gtk1/clipbrd.cpp
src/gtk1/dataobj.cpp [new file with mode: 0644]
src/gtk1/dnd.cpp