updated docs after moving SetDefaultItem() from wxPanel to wxTLW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-08-07 21:13:43 +00:00
parent 6028b16aef
commit 4334c3d5bd
4 changed files with 21 additions and 19 deletions

View File

@@ -29,6 +29,7 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
- wxStaticBoxSizer now deletes the associated wxStaticBox when it is deleted.
- Windows calling CaptureMouse() are now required to handle
the wxEVT_MOUSE_CAPTURE_LOST event.
- SetDefaultItem() method was moved from wxPanel to wxTopLevelWindow
Deprecated methods since 2.6.x and their replacements