]> git.saurik.com Git - wxWidgets.git/commitdiff
Docstring update
authorRobin Dunn <robin@alldunn.com>
Sat, 11 Feb 2006 19:45:38 +0000 (19:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 11 Feb 2006 19:45:38 +0000 (19:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index 424cea5854c82a097a722297dcb58ba36839399a..8bb7459a196f800daa40503a2d0168cdc3e85c49 100644 (file)
@@ -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,