X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c272b5d9e3172f1ad81884cccfc6dc1e694c5e8..56a52e909411904736e41258c39f306d218d84d5:/wxPython/src/_notebook.i diff --git a/wxPython/src/_notebook.i b/wxPython/src/_notebook.i index 7f045777a5..e0dfafc31f 100644 --- a/wxPython/src/_notebook.i +++ b/wxPython/src/_notebook.i @@ -432,4 +432,9 @@ public: wxNotebook *GetNotebook(); }; + +%pythoncode { NotebookSizer = wx._deprecated(NotebookSizer, "NotebookSizer is no longer needed.") } +%pythoncode { BookCtrlSizer = wx._deprecated(BookCtrlSizer, "BookCtrlSizer is no longer needed.") } + + //---------------------------------------------------------------------------