#ifndef _WX_NOTEBOOK_H_
#define _WX_NOTEBOOK_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "notebook.h"
-#endif
-
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
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.