git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58249
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/listimpl.cpp"
#include "wx/imaglist.h"
#include "wx/headerctrl.h"
+#include "wx/dnd.h"
//-----------------------------------------------------------------------------
// classes
if (!obj)
return;
- wxPrintf( "success\n" );
- // m_dragDataObject = obj;
+ wxDropSource drag( m_owner );
+ drag.SetData( *obj );
+ // wxImage image( 80, 20 );
+ // wxBitmap bitmap( image );
+ wxDragResult res = drag.DoDragDrop();
+ delete obj;
}
return;
}