Docstring update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-02-11 19:45:38 +00:00
parent 7c30eb5a42
commit 12e7f72a35

View File

@ -1833,9 +1833,13 @@ are none.", "");
DocDeclStr( DocDeclStr(
void , SetAutoLayout( bool autoLayout ), void , SetAutoLayout( bool autoLayout ),
"Determines whether the Layout function will be called automatically "Determines whether the Layout function will be called automatically
when the window is resized. It is called implicitly by SetSizer but when the window is resized. lease note that this only happens for the
if you use SetConstraints you should call it manually or otherwise the windows usually used to contain children, namely `wx.Panel` and
window layout won't be correctly updated when its size changes.", ""); `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( DocDeclStr(
bool , GetAutoLayout() const, bool , GetAutoLayout() const,