documented that Freeze and Thaw are now recursive

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-03-22 14:43:36 +00:00
parent 3bbd09c34c
commit a7c01bb155
2 changed files with 31 additions and 21 deletions

View File

@@ -281,11 +281,12 @@ All (GUI):
behaviour of GetNextSibling() consistent between wxMSW and generic versions.
- Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
to wxRichTextBuffer to reduce wxFont consumption and increase performance.
- Optimize wxGenericTreeCtrl::Collapse/ExpandAllChildren(). (Szczepan Holyszewski)
- Optimize wxGenericTreeCtrl::Collapse/ExpandAllChildren()
(Szczepan Holyszewski).
- Added <scrollrate> parameter to wxScrolledWindow XRC handler.
- Added support for automatic dialog scrolling, via the new wxDialogLayoutAdapter
class and various new wxDialog functions. See the topic "Automatic Scrolling
Dialogs" in the manual for further details.
- Added support for automatic dialog scrolling, via the new
wxDialogLayoutAdapter class and various new wxDialog functions. See the
topic "Automatic Scrolling Dialogs" in the manual for further details.
- 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.
@@ -294,7 +295,8 @@ All (GUI):
- Added wxWindow::HasFocus().
- Added wxGLCanvas::IsDisplaySupported().
- Added wxApp::SetNativeTheme() (Stefan H.).
- Made wxSpinCtrl::Reparent() in MSW and generic versions (Angelo Mottola)
- Made wxSpinCtrl::Reparent() in MSW and generic versions (Angelo Mottola).
- Freeze() and Thaw() now recursively freeze/thaw the children too.
wxGTK: