]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dataview.h
added wxXmlResource::FindXRCIDById() (#10026)
[wxWidgets.git] / include / wx / generic / dataview.h
index f3c6057cbae39742a085d0e770bfbca8d784ac90..de5b2255817935ae3ebe04bcb3429d4e351b78d0 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 );
     }
 
@@ -490,6 +487,7 @@ private:
 
 private:
     void OnSize( wxSizeEvent &event );
+    virtual wxSize GetSizeAvailableForScrollTarget(const wxSize& size);
 
     // we need to return a special WM_GETDLGCODE value to process just the
     // arrows but let the other navigation characters through