Program: bbtk
Module: $RCSfile: bbtkWxGUIPackageBrowser2.cxx,v $
Language: C++
- Date: $Date: 2010/03/29 16:07:15 $
- Version: $Revision: 1.17 $
+ Date: $Date: 2010/03/29 16:08:24 $
+ Version: $Revision: 1.18 $
=========================================================================*/
/* ---------------------------------------------------------------------
void WxGUIBlackBoxList::OnBeginDrag(wxListEvent& event)
{
std::cout<<"RaC DRAG TABLE"<<std::endl;
+ /*
+
wxString text(wxT(this->GetItemText(event.GetIndex())));
wxListItem info;
info.m_itemId = event.m_itemIndex;
wxTextDataObject tdo(wxT(sendtext));
wxDropSource tds(tdo, this);
tds.DoDragDrop();
+
+ */
+
// const wxPoint& pt = event.m_pointDrag;
//wxLogMessage( wxT("OnBeginDrag at (%d, %d), item %ld."),