]> git.saurik.com Git - wxWidgets.git/commitdiff
document Next/PrevControlId() removal (should have been part of r50007)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Nov 2007 23:59:30 +0000 (23:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Nov 2007 23:59:30 +0000 (23:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 46fd7d6272be825c2660e351f7ec00e5e6fcf554..4e38803ca95747f31c33afd67254272b00d4a8d2 100644 (file)
@@ -129,6 +129,11 @@ Changes in behaviour which may result in compilation errors
   derives from wxObject; instead of using wxDynamicCast with wxVariantData you
   can use the macro wxDynamicCastVariantData with the same arguments.
 
+- wxWindow::Next/PrevControlId() don't exist any more as they can't be
+  implemented correctly any longer because automatically generated ids are not
+  necessarily allocated consecutively any more. Use GetChildren() to find the
+  next/previous control sibling instead.
+
 
 Deprecated methods and their replacements
 -----------------------------------------