]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/notebook.h
corrected includes for Mac OS X
[wxWidgets.git] / include / wx / mac / notebook.h
index 283a0166b866fca0041e05c99534a1044a059b68..ca4338f6194ebb2109b81d46e39cb0db56de0608 100644 (file)
@@ -18,9 +18,7 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
-#include "wx/dynarray.h"
 #include "wx/event.h"
-#include "wx/control.h"
 
 // ----------------------------------------------------------------------------
 // types
@@ -80,11 +78,11 @@ public:
 
   // control the appearance of the notebook pages
     // set the size (the same for all pages)
-  void SetPageSize(const wxSize& size);
+  virtual void SetPageSize(const wxSize& size);
     // set the padding between tabs (in pixels)
-  void SetPadding(const wxSize& padding);
+  virtual void SetPadding(const wxSize& padding);
     // sets the size of the tabs (assumes all tabs are the same size)
-  void SetTabSize(const wxSize& sz);
+  virtual void SetTabSize(const wxSize& sz);
 
 /*
     // get number of pages in the dialog