X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5273bf2fd3292ec3ab3da4f0c197b2f0e93df32e..e81a301cbdc8729b0a71fa5dfd7124bf59368673:/include/wx/mac/notebook.h diff --git a/include/wx/mac/notebook.h b/include/wx/mac/notebook.h index 188bde8cfb..516b9d29e9 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 @@ -116,7 +119,7 @@ public: void OnSelChange(wxNotebookEvent& event); void OnSetFocus(wxFocusEvent& event); void OnNavigationKey(wxNavigationKeyEvent& event); - + void OnMouse(wxMouseEvent &event); // implementation // --------------