]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
reSWIGged
[wxWidgets.git] / include / wx / bookctrl.h
index 883a27bebc9e3b13d51a993e5ec3f572f8e1d28f..3883770cf30f463e61fc53ecc842b71d2a8bfe70 100644 (file)
@@ -177,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;