Mention wxSizer::Fit() change and wxWrapSizer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-01-13 13:10:58 +00:00
parent c30199bfdd
commit 711b238d9b

View File

@@ -264,6 +264,8 @@ All (GUI):
- Added support for resizing wxWizard bitmaps to the current page height, - Added support for resizing wxWizard bitmaps to the current page height,
via SetBitmapPlacement, SetBitmapBackgroundColour and SetMinimumBitmapWidth. via SetBitmapPlacement, SetBitmapBackgroundColour and SetMinimumBitmapWidth.
Also made it easier to derive from wxWizard and override behaviour. 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: wxGTK: