X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6eb778541bf3079f82c7dde50c07d6c97134698..a1a77e0c4b7bb9c4afc2acc3b9fd6f8e27baddc1:/docs/latex/wx/nbsizer.tex diff --git a/docs/latex/wx/nbsizer.tex b/docs/latex/wx/nbsizer.tex index a6929d4e8f..5ee0ce00ce 100644 --- a/docs/latex/wx/nbsizer.tex +++ b/docs/latex/wx/nbsizer.tex @@ -1,8 +1,8 @@ \section{\class{wxNotebookSizer}}\label{wxnotebooksizer} -{\bf This class is deprecated and should not be used in new code! It is not +{\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 it's minimal size will be determined correctly. +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 @@ -12,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 wSizer}{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}