X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94c7b08817de7e79ee07088a0b9ab3c6b07ef583..c781c31638cc5ae06eb325567323f131e8183a75:/include/wx/generic/notebook.h diff --git a/include/wx/generic/notebook.h b/include/wx/generic/notebook.h index 7ee6f3467f..dae3342fbb 100644 --- a/include/wx/generic/notebook.h +++ b/include/wx/generic/notebook.h @@ -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.