X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c0c339c2d391168461dece5e97571f5f12a5026..1d836590aa324b7d58481e27a4b1ad6399174a2c:/docs/latex/wx/nbsizer.tex diff --git a/docs/latex/wx/nbsizer.tex b/docs/latex/wx/nbsizer.tex index 29a93e5be6..5ee0ce00ce 100644 --- a/docs/latex/wx/nbsizer.tex +++ b/docs/latex/wx/nbsizer.tex @@ -1,5 +1,10 @@ \section{\class{wxNotebookSizer}}\label{wxnotebooksizer} +{\bf This class is deprecated and should not be used in new code! It is no +longer needed, \helpref{wxNotebook}{wxnotebook} control can be inserted +into any sizer class and its minimal size will be determined correctly. +See \helpref{wxSizer overview}{sizeroverview} for more information.} + wxNotebookSizer is a specialized sizer to make sizers work in connection with using notebooks. This sizer is different from any other sizer as you must not add any children to it - instead, it queries the notebook class itself. @@ -7,13 +12,15 @@ The only thing this sizer does is to determine the size of the biggest page of the notebook and report an adjusted minimal size to a more toplevel sizer. -For more information, please see \helpref{Programming with wxNotebookSizer}{notebooksizerprogramming}. - \wxheading{Derived from} \helpref{wxSizer}{wxsizer}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxSizer}{wxsizer}, \helpref{wxNotebook}{wxnotebook}, \helpref{Sizer overview}{sizeroverview}