]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
fixed virtual function hiding for LoadBitmap()
[wxWidgets.git] / include / wx / generic / notebook.h
index cb181e61a463d566dada27d95cbd76dc05414aca..dae3342fbb98c60a8feeac7fbae91144e5a34453 100644 (file)
@@ -34,7 +34,7 @@ class WXDLLEXPORT wxTabView;
 // wxNotebook
 // ----------------------------------------------------------------------------
 
-class wxNotebook : public wxNotebookBase
+class WXDLLIMPEXP_CORE wxNotebook : public wxNotebookBase
 {
 public:
   // ctors
@@ -126,6 +126,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.