]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dataview.h
deprecate Create() function in favour of CreateThread(); its name is too generic...
[wxWidgets.git] / include / wx / generic / dataview.h
index 8296c5eef848ddb3fb72482717efdaa06daf5415..a10ee6606baaf2d99e24b500537c28a9f7e087bf 100644 (file)
@@ -389,8 +389,6 @@ class WXDLLIMPEXP_ADV wxDataViewCtrl: public wxDataViewCtrlBase,
 public:
     wxDataViewCtrl() : wxScrollHelperNative(this)
     {
-        //No sorting column at start, I think
-        m_sortingColumn = NULL;
         Init();
     }
 
@@ -400,7 +398,6 @@ public:
            const wxValidator& validator = wxDefaultValidator )
              : wxScrollHelperNative(this)
     {
-        m_sortingColumn = NULL;
         Create(parent, id, pos, size, style, validator );
     }
 
@@ -447,6 +444,8 @@ public:
 
     virtual void Expand( const wxDataViewItem & item );
     virtual void Collapse( const wxDataViewItem & item );
+    
+    virtual void SetFocus();
 
 protected:
     virtual int GetSelections( wxArrayInt & sel ) const;