]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
Rebake from clean wx tree.
[wxWidgets.git] / include / wx / generic / listctrl.h
index e33dfcf8d1c52483f41f8ae2ca8d488f90e8d876..1d02db33890874ba77aa66c42b957f90eaf3634e 100644 (file)
@@ -243,11 +243,12 @@ protected:
 
     virtual wxBorder GetDefaultBorder() const;
 
+    virtual wxSize GetSizeAvailableForScrollTarget(const wxSize& size);
+
 private:
     void CreateOrDestroyHeaderWindowAsNeeded();
     void OnScroll( wxScrollWinEvent& event );
     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