]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dataview.h
no changes, just update the copyright in the header
[wxWidgets.git] / include / wx / generic / dataview.h
index ee027d7ad79c0ff5c3897e0165fc8cc261bdd6f3..bf698082e37229e2a0aec3df527e383674796d69 100644 (file)
@@ -450,6 +450,13 @@ public:
 
     virtual void SetFocus();
 
+#if wxUSE_DRAG_AND_DROP
+    virtual bool EnableDragSource( const wxDataFormat &format );
+    virtual bool EnableDropTarget( const wxDataFormat &format );
+#endif // wxUSE_DRAG_AND_DROP
+
+    virtual wxBorder GetDefaultBorder() const;
+
 protected:
     virtual int GetSelections( wxArrayInt & sel ) const;
     virtual void SetSelections( const wxArrayInt & sel );
@@ -515,7 +522,7 @@ private:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxDataViewCtrl)
-    DECLARE_NO_COPY_CLASS(wxDataViewCtrl)
+    wxDECLARE_NO_COPY_CLASS(wxDataViewCtrl);
     DECLARE_EVENT_TABLE()
 };