X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6184444ce5bf607f0e318e87c8aed399c752c5f0..8ffd43c56b793781fde046aa532340b92a0067eb:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index 4fe6aa40a0..3f4697fab9 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -166,6 +166,10 @@ public: // get the panel which represents the given page wxNotebookPage *GetPage(int nPage) { return m_aPages[nPage]; } + // Windows-only at present. Also, you must use the wxNB_FIXEDWIDTH + // style. + void SetTabSize(const wxSize& sz); + // callbacks // --------- void OnSize(wxSizeEvent& event);