]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention wxSizer::Fit() change and wxWrapSizer
authorRobert Roebling <robert@roebling.de>
Sun, 13 Jan 2008 13:10:58 +0000 (13:10 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 13 Jan 2008 13:10:58 +0000 (13:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index ebe250a96d668e61ef7b03054ac7ec79ffc55643..4a74bbbeaf81af343894d6a835f027c7cd8caef4 100644 (file)
@@ -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: