Document incompatible change to wxWindow::FindWindow() in 3.0.

We now skip the TLW children in this method, see r74721.

Also explicitly mention that TLW "children" are not searched by this function
in the documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-01-13 13:38:05 +00:00
parent 5ac0638d95
commit eaa854bc8a
2 changed files with 11 additions and 0 deletions

View File

@@ -242,6 +242,9 @@ Changes in behaviour not resulting in compilation errors, please read this!
- wxGridBagSizer::AddGrowable{Col,Row}() must now be called after the items are
added to the sizer, i.e. the columns and rows already exist.
- wxWindow::FindWindow() skips over top level children now as finding a child
dialog when looking for a child control could have been very unexpected.
Changes in behaviour which may result in compilation errors
-----------------------------------------------------------