added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Jun 2006 14:58:46 +0000 (14:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Jun 2006 14:58:46 +0000 (14:58 +0000)
commit09f277d6838930b81f99a60afe55d408d9b5bc54
treef389ed4503b2a547a17226d35dc593c26bba68ac
parentbf85ddfc8a05c4d8306a1dc013bc2af7eccac00d
added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/treebase.cpp
src/generic/treectlg.cpp
src/msw/treectrl.cpp