]> Creatis software - bbtk.git/commitdiff
Commented last lines
authorRicardo Corredor <Ricardo.Corredor@creatis.insa-lyon.fr>
Mon, 29 Mar 2010 16:08:24 +0000 (16:08 +0000)
committerRicardo Corredor <Ricardo.Corredor@creatis.insa-lyon.fr>
Mon, 29 Mar 2010 16:08:24 +0000 (16:08 +0000)
kernel/src/bbtkWxGUIPackageBrowser2.cxx

index e4a688e8bc65df133e33be0b386ec185ef7f3fb1..4c921ff2ec1eb10d087eaae3cdfbbed5aa676295 100644 (file)
@@ -2,8 +2,8 @@
   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 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -245,6 +245,8 @@ namespace bbtk
   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;
@@ -269,6 +271,9 @@ namespace bbtk
          wxTextDataObject tdo(wxT(sendtext));
          wxDropSource tds(tdo, this);
          tds.DoDragDrop();
+         
+         */
+
     //    const wxPoint& pt = event.m_pointDrag;
 
     //wxLogMessage( wxT("OnBeginDrag at (%d, %d), item %ld."),