-Note that this function is actually disabled for wxWindow (and wxPanel). It has
-effect for wxDialog, wxFrame and wxScrolledWindow as well as indirectly for
-children of wxNotebook and wxSplitterWindow.
+Note that this function is actually disabled for wxWindow. It has
+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.