]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Default arg for Id
[wxWidgets.git] / include / wx / bookctrl.h
index 883a27bebc9e3b13d51a993e5ec3f572f8e1d28f..c64224e8f8066c670aab6912c32c996b2e2f7e54 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     19.08.03
 // RCS-ID:      $Id$
-// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
+// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -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;