]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
no changes (spaces only)
[wxWidgets.git] / include / wx / generic / notebook.h
index 7ee6f3467f004066ff3b8ca7b7f459d73fa21bfd..f95ca0e3944972b0a1057e37943e5af5faa2abe9 100644 (file)
 #ifndef _WX_NOTEBOOK_H_
 #define _WX_NOTEBOOK_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "notebook.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -126,6 +122,8 @@ public:
   virtual void SetConstraintSizes(bool recurse = true);
   virtual bool DoPhase(int nPhase);
 
+  virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;
+
   // Implementation
 
   // wxNotebook on Motif uses a generic wxTabView to implement itself.