X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa482912e420a40e9f2e55a0f5407562826dd15e..3a3ef0bf61017bfa3761e40d1873b3c480f6f034:/docs/latex/wx/nbsizer.tex diff --git a/docs/latex/wx/nbsizer.tex b/docs/latex/wx/nbsizer.tex index b4be9489ab..9a9f915704 100644 --- a/docs/latex/wx/nbsizer.tex +++ b/docs/latex/wx/nbsizer.tex @@ -11,7 +11,7 @@ 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} 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: