Add wxTreeListCtrl::GetView() and GetDataView().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Sep 2011 15:07:41 +0000 (15:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Sep 2011 15:07:41 +0000 (15:07 +0000)
commit8148ae02efb18bb8ad10dfd6a1d8dce66fafbed0
tree59cc21f481b4305adf6f5fa59901d101360f3dd1
parentb83d8f7339336ced73b6659104686f84a4806d0a
Add wxTreeListCtrl::GetView() and GetDataView().

It can be useful to have access to the window used to actually show the items
by wxTreeListCtrl, provide two accessors for m_view: a wxDataViewCtrl-specific
one and a generic one returning just a wxWindow that can be used to keep the
code isolated from wxDataViewCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/treelist.h
interface/wx/treelist.h
src/generic/treelist.cpp