]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/nbsizer.tex
First step in background erase optimization
[wxWidgets.git] / docs / latex / wx / nbsizer.tex
index 29a93e5be63677db356144e95f8500f228f5b683..d1712c2e7a17234f35c904ccd59ca0470de190fc 100644 (file)
@@ -1,5 +1,10 @@
 \section{\class{wxNotebookSizer}}\label{wxnotebooksizer}
 
+{\bf This class is deprecated and should not be used in new code! It is not
+longer needed, \helpref{wxNotebook}{wxnotebook} control can be inserted
+into any sizer class and it's 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,8 +12,6 @@ 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}\\