]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/nbsizer.tex
Mark GetMinSize() as virtual and explain why.
[wxWidgets.git] / docs / latex / wx / nbsizer.tex
index a6929d4e8fddd627670b0261b56374010ccacb78..5ee0ce00ce1e6de6791b51a5489671e41d87e251 100644 (file)
@@ -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}
+
+<wx/sizer.h>
+
 \wxheading{See also}
 
 \helpref{wxSizer}{wxsizer}, \helpref{wxNotebook}{wxnotebook}, \helpref{Sizer overview}{sizeroverview}