From: Robert Roebling Date: Sun, 13 Jan 2008 13:10:58 +0000 (+0000) Subject: Mention wxSizer::Fit() change and wxWrapSizer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/711b238d9b622e7c134e336960f14ca0d1bebdc6?ds=inline Mention wxSizer::Fit() change and wxWrapSizer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index ebe250a96d..4a74bbbeaf 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -264,6 +264,8 @@ All (GUI): - Added support for resizing wxWizard bitmaps to the current page height, via SetBitmapPlacement, SetBitmapBackgroundColour and SetMinimumBitmapWidth. Also made it easier to derive from wxWizard and override behaviour. +- Added wxWrapSizer +- Made wxSizer::Fit() set the client size of the target window wxGTK: