X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85ec2f26343b107d32d3821217f47ade57fcadc0..3b415ba4cdee694574d7235ff0b8341f105cddfe:/docs/latex/wx/nbsizer.tex diff --git a/docs/latex/wx/nbsizer.tex b/docs/latex/wx/nbsizer.tex index 4575e9d87b..b4be9489ab 100644 --- a/docs/latex/wx/nbsizer.tex +++ b/docs/latex/wx/nbsizer.tex @@ -9,7 +9,7 @@ sizer. In order to query the size of notebook page, this page needs to have its own sizer, otherwise the wxNotebookSizer will ignore it. Notebook pages -get there sizer by assiging one to them using \helpref{wxWindow::SetSizer}{wxwindowsetsizer} +get there sizer by assiging one to them using \helpref{wxWindow::SetSizer}{wxwindowsetsizer} and setting the auto-layout option to TRUE using \helpref{wxWindow::SetAutolayout}{wxwindowsetautoLayout}. Here is one example showing how to add a notebook page that the notebook sizer is