]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
non-osx methods bracketed
[wxWidgets.git] / include / wx / bookctrl.h
index 26f1f2d31ce1162fd43adf1a50e0bf94b13e546b..3883770cf30f463e61fc53ecc842b71d2a8bfe70 100644 (file)
@@ -161,6 +161,9 @@ public:
         }
     }
 
+    virtual void ApplyParentThemeBackground(const wxColour& bg)
+        { SetBackgroundColour(bg); }
+
 protected:
     // remove the page and return a pointer to it
     virtual wxWindow *DoRemovePage(size_t page) = 0;
@@ -174,6 +177,8 @@ protected:
     // common part of all ctors
     void Init();
 
+    // Always rely on GetBestSize, which will look at all the pages
+    virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
 
     // the array of all pages of this control
     wxArrayPages m_pages;