delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-28 17:24:12 +00:00
parent 6a1b3ead3f
commit e978011a40
4 changed files with 29 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
use GetMouseCursor().
- wxFontEnumerator::GetFacenames() and GetEncodings() now return arrays and
not pointers to arrays
- wxStaticBoxSizer now deletes the associated wxStaticBox when it is deleted
Deprecated methods since 2.6.x and their replacements