]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
BC++ fixes.
[wxWidgets.git] / docs / latex / wx / window.tex
index 6e0125566d9eb03aa306f381f68d124d694b8d1e..9de0127e49a7a8148a7524639220c95f361057b0 100644 (file)
@@ -1720,8 +1720,10 @@ from within wxWindow::OnSize functions.}
 \wxheading{Remarks}
 
 Note that this function is actually disabled for wxWindow. It has
-effect for wxDialog, wxFrame, wxPanel and wxScrolledWindow as well as indirectly for
-children of wxNotebook and wxSplitterWindow.
+effect for wxDialog, wxFrame, wxPanel and wxScrolledWindow.  Windows
+of other types that need to invoke the Layout algorithm should provide
+an EVT_SIZE handler and call
+\helpref{wxWindow::Layout}{wxwindowlayout} from within it.
 
 \wxheading{See also}