From df7d641d6316382dd16c3874f46f28144a8bf42d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 14 Feb 2011 11:59:13 +0000 Subject: [PATCH] Explain wxSizer::SetVirtualSizeHints() deprecation. 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/wx/sizer.h b/interface/wx/sizer.h index 719d4d2c4a..17fcf5c292 100644 --- a/interface/wx/sizer.h +++ b/interface/wx/sizer.h @@ -843,7 +843,8 @@ public: 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() */ -- 2.45.2