]> git.saurik.com Git - wxWidgets.git/commitdiff
added a note about wxTreeCtrl::GetFirst/NextItem(id, long) deprecation
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Apr 2004 19:24:39 +0000 (19:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Apr 2004 19:24:39 +0000 (19:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 1ab41e7a4f375d1e4da7b5059ad6422c10e2fe7b..39f16eca39d41b2dfe10469437244b306e06d626 100644 (file)
@@ -70,6 +70,9 @@ versions, please update your code to not use them.
                                  methods taking wxArrayString
 - wxArrayString::Remove(index, count): use RemoveAt instead
 - wxTreeItemId conversion to long is deprecated and shouldn't be used
+- wxTreeCtrl::GetFirst/NextChild() 2nd argument now has type wxTreeItemIdValue
+  and not long, please change declarations of "cookie"s in your code
+  accordingly -- otherwise your code won't work on 64 bit platforms
 - [MSW only] wxWindow::GetUseCtl3D(), GetTransparentBackground() and
              SetTransparent() as well as wxNO_3D and wxUSER_COLOURS styles
 - wxList keyed interface: use wxHashMap instead