X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85ec2f26343b107d32d3821217f47ade57fcadc0..8b6e6947fc8fb946391740d66b140413eccb6b6c:/docs/latex/wx/nbsizer.tex?ds=sidebyside diff --git a/docs/latex/wx/nbsizer.tex b/docs/latex/wx/nbsizer.tex index 4575e9d87b..9a9f915704 100644 --- a/docs/latex/wx/nbsizer.tex +++ b/docs/latex/wx/nbsizer.tex @@ -9,9 +9,9 @@ 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 +\helpref{wxWindow::SetAutoLayout}{wxwindowsetautolayout}. Here is one example showing how to add a notebook page that the notebook sizer is aware of: