X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/621793f45e003588e32f7a6ca10cd238f7c96fe6..4378079d848c8a4cf2a9032b284e077add1d55ff:/src/stubs/notebook.cpp diff --git a/src/stubs/notebook.cpp b/src/stubs/notebook.cpp index 312dd0f3d3..f7ee49cd5d 100644 --- a/src/stubs/notebook.cpp +++ b/src/stubs/notebook.cpp @@ -375,3 +375,8 @@ void wxNotebook::ChangePage(int nOldSel, int nSel) m_nSelection = nSel; } +void wxNotebook::SetTabSize(const wxSize& sz) +{ + // TODO +} +