]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/scrolwin.h
restore tabg.h and tabg.cpp for wxMotif
[wxWidgets.git] / include / wx / generic / scrolwin.h
index 5ffb3caac0c72bbcc180f1a2b4871f2f4ba519de..615aeab40e3d67be37d27bd10a40829db9c33f8c 100644 (file)
@@ -23,11 +23,12 @@ public:
     // implement base class pure virtuals
     virtual void AdjustScrollbars();
 
-private:
+protected:
     virtual void DoScroll(int x, int y);
     virtual void DoShowScrollbars(wxScrollbarVisibility horz,
                                   wxScrollbarVisibility vert);
 
+private:
     // helper of AdjustScrollbars(): does the work for the single scrollbar
     //
     // notice that the parameters passed by non-const references are modified