From 207e624382313a5081d4af16dc76778d6cbb03a4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 Apr 2004 19:24:39 +0000 Subject: [PATCH] added a note about wxTreeCtrl::GetFirst/NextItem(id, long) deprecation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 1ab41e7a4f..39f16eca39 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 -- 2.47.2