X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90b959aee428b26304ee0056864af48775051496..c107c21e731a4fc4a7f0258827b29128bbf49c39:/include/wx/mac/notebook.h diff --git a/include/wx/mac/notebook.h b/include/wx/mac/notebook.h index 283a0166b8..ca4338f619 100644 --- a/include/wx/mac/notebook.h +++ b/include/wx/mac/notebook.h @@ -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