]> git.saurik.com Git - wxWidgets.git/commit - samples/dataview/dataview.cpp
Add custom renderer column to the list model example in dataview sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Nov 2009 17:40:37 +0000 (17:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Nov 2009 17:40:37 +0000 (17:40 +0000)
commitef6833f9ab82e9298e428aac081f500a3c62c822
treef5a684ef77d71d4afbe5b0495e4b8e2859e63c61
parent2746bccf233379382f2017ef35d2dfcc114b70cb
Add custom renderer column to the list model example in dataview sample.

Add a column using custom renderer to the example using a list model with
attributes to test attributes support -- currently they are ignored, but this
will be fixed soon.

Also make the custom renderer display somewhat more clear as previously it
didn't depend at all on its value.

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