]> git.saurik.com Git - wxWidgets.git/commit
Add possibility to set item background in generic wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Dec 2011 12:54:38 +0000 (12:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Dec 2011 12:54:38 +0000 (12:54 +0000)
commit1c959a62ce1aea3b65fd1d642bc3b2de7c5f2111
tree228921b055b57a70a08d97fd639f59ff4331f56a
parent02106526ea6ac52965bce78b1a2a739e154e0c55
Add possibility to set item background in generic wxDataViewCtrl.

Added wxDataViewItemAttr::SetBackgroundColour() and code to honour it in the
generic implementation of wxDataViewCtrl.

Closes #12621.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/dataview.h
include/wx/dvrenderers.h
interface/wx/dataview.h
src/common/datavcmn.cpp
src/generic/datavgen.cpp