simplify the client data/non standard images handling code by unconditionally using...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 May 2006 19:17:22 +0000 (19:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 May 2006 19:17:22 +0000 (19:17 +0000)
commit4523ebb3f1c3576d687112d3a65141f7297ea02b
tree7d538218c3b5688bb90417d8a7dbe61e68b5e2a2
parent4c15a375928725aa288cf85147b10006e4a7dfd4
simplify the client data/non standard images handling code by unconditionally using wxTreeItemParam struct instead of using indirect data only sometimes; also extend it to contain the id which allows to always sort the items correctly (closes bug 1447419) (patch 1449096 from Ryan)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/treectrl.h
src/msw/treectrl.cpp