Allow setting colours and font of wxTreeListCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Sep 2011 21:15:24 +0000 (21:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Sep 2011 21:15:24 +0000 (21:15 +0000)
commit1a661779516097cd84dc76ae878f4c2d32cca953
tree293582ea5df766badc247e8212cd1724e188b633
parentf06efcfd66926e1d89e5109d45c41ca9cd529896
Allow setting colours and font of wxTreeListCtrl.

Use wxCompositeWindow<> to propagate changes of colours and font to
wxDataViewCtrl that wxTreeListCtrl uses internally.

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