From: Robin Dunn Date: Sat, 11 Feb 2006 19:45:38 +0000 (+0000) Subject: Docstring update X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/12e7f72a35d947b2d5ae799bfd754b15eb9f6af2 Docstring update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index 424cea5854..8bb7459a19 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -1833,9 +1833,13 @@ are none.", ""); DocDeclStr( void , SetAutoLayout( bool autoLayout ), "Determines whether the Layout function will be called automatically -when the window is resized. It is called implicitly by SetSizer but -if you use SetConstraints you should call it manually or otherwise the -window layout won't be correctly updated when its size changes.", ""); +when the window is resized. lease note that this only happens for the +windows usually used to contain children, namely `wx.Panel` and +`wx.TopLevelWindow` (and the classes deriving from them). + +This method is called implicitly by `SetSizer` but if you use +`SetConstraints` you should call it manually or otherwise the window +layout won't be correctly updated when its size changes.", ""); DocDeclStr( bool , GetAutoLayout() const,