]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sizer.tex
renamed wxWindow::Clear() to ClearBackground() (fixes bug 783576)
[wxWidgets.git] / docs / latex / wx / sizer.tex
index 4cd49b5708a8c08a6952af669842a0002d031e5b..6f0a7bc7e1118e2aabaaa601343d4f1b2178f499 100644 (file)
@@ -309,3 +309,5 @@ minimal size. For windows with managed scrollbars this will set them appropriate
 Shows or hides the {\it window}, {\it sizer}, or item at {\it index}.
 To make a sizer item disappear or reappear, use Show() followed by Layout().
 
+Note that this only works with wxBoxSizer and wxFlexGridSizer, since they
+are the only two sizer classes that can size rows/columns independently.