]> git.saurik.com Git - wxWidgets.git/commit
Implement attributes support in generic wxDataViewIconTextRenderer.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 22:44:15 +0000 (22:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 22:44:15 +0000 (22:44 +0000)
commit38c349189a580ed624e89fb9cc1065f46860092f
tree3a7edc75e1052ff7af9cbefadd086b174c9ff2a4
parent3e60a3c1471d7573e4e05ebc97006b9274a279ae
Implement attributes support in generic wxDataViewIconTextRenderer.

Simply override RenderWithAttr() instead of Render().

Update the sample to show that this works now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/dataview.h
samples/dataview/mymodels.cpp
src/generic/datavgen.cpp