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
This commit is contained in:
Vadim Zeitlin
2009-11-10 17:40:37 +00:00
parent 2746bccf23
commit ef6833f9ab
3 changed files with 36 additions and 19 deletions

View File

@@ -193,6 +193,7 @@ public:
Col_EditableText,
Col_IconText,
Col_TextWithAttr,
Col_Custom,
Col_Max
};