+ // define DnD capabilities
+ virtual bool IsDraggable( const wxDataViewItem &WXUNUSED(item) )
+ { return false; }
+ virtual size_t GetDragDataSize( const wxDataViewItem &WXUNUSED(item), const wxDataFormat &WXUNUSED(format) )
+ { return 0; }
+ virtual bool GetDragData( const wxDataViewItem &WXUNUSED(item), const wxDataFormat &WXUNUSED(format),
+ void* WXUNUSED(data), size_t WXUNUSED(size) )
+ { return FALSE; }
+