Removed references to now-deprecated wxNotebookSizer from documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-24 11:59:38 +00:00
parent adbf2d732f
commit c6eb778541
5 changed files with 8 additions and 47 deletions

View 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,7 +12,7 @@ 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}.
For more information, please see \helpref{Programming with wSizer}{notebooksizerprogramming}.
\wxheading{Derived from}