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
This commit is contained in:
@@ -843,7 +843,8 @@ public:
|
|||||||
the sizer's minimal size. For windows with managed scrollbars this will set them
|
the sizer's minimal size. For windows with managed scrollbars this will set them
|
||||||
appropriately.
|
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()
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user