X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5273bf2fd3292ec3ab3da4f0c197b2f0e93df32e..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/mac/notebook.h?ds=sidebyside diff --git a/include/wx/mac/notebook.h b/include/wx/mac/notebook.h index 188bde8cfb..de06aa8331 100644 --- a/include/wx/mac/notebook.h +++ b/include/wx/mac/notebook.h @@ -83,6 +83,9 @@ public: virtual void SetPadding(const wxSize& padding); // sets the size of the tabs (assumes all tabs are the same size) virtual void SetTabSize(const wxSize& sz); + + // calculate size for wxNotebookSizer + wxSize CalcSizeFromPage(const wxSize& sizePage); /* // get number of pages in the dialog