]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Replace 2.9.1 version with 2.9.2.
[wxWidgets.git] / include / wx / bookctrl.h
index fbb493ebe5aa9fe6112819853bac4c98cbf35ad0..66704cb9a1df0cda14bb4c24e4de12c07c8acc3f 100644 (file)
@@ -141,7 +141,10 @@ public:
     wxSize GetControllerSize() const;
 
     // calculate the size of the control from the size of its page
-    virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const = 0;
+    //
+    // by default this simply returns size enough to fit both the page and the
+    // controller
+    virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;
 
     // get/set size of area between book control area and page area
     unsigned int GetInternalBorder() const { return m_internalBorder; }