]> git.saurik.com Git - wxWidgets.git/commitdiff
Explain wxSizer::SetVirtualSizeHints() deprecation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Feb 2011 11:59:13 +0000 (11:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Feb 2011 11:59:13 +0000 (11:59 +0000)
Tell people that FitInside() should be used instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/sizer.h

index 719d4d2c4a6c40f050d6f6018a77a96f25f4003a..17fcf5c292fbf95c632c1ca9316afee0d85ef15c 100644 (file)
@@ -843,7 +843,8 @@ public:
         the sizer's minimal size. For windows with managed scrollbars this will set them
         appropriately.
 
         the sizer's minimal size. For windows with managed scrollbars this will set them
         appropriately.
 
-        @deprecated @todo provide deprecation description
+        @deprecated This is exactly the same as FitInside() in wxWidgets 2.9
+        and later, please replace calls to it with FitInside().
 
         @see wxScrolled::SetScrollbars()
     */
 
         @see wxScrolled::SetScrollbars()
     */