X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/efa14cf20a6fb94b2d3099cb1b884a2c3d8c2b8f..1e3c12d77459f08076de2ca101eb660f675bbd3a:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index b6941fe64e..6a44b36be9 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -132,9 +132,14 @@ protected: // remove one page from the notebook, without deleting virtual wxNotebookPage *DoRemovePage(int nPage); + // set the size of the given page to fit in the notebook + void AdjustPageSize(wxNotebookPage *page); + + // the current selection (-1 if none) int m_nSelection; + DECLARE_DYNAMIC_CLASS(wxNotebook) DECLARE_EVENT_TABLE() };