Add wxDataViewRendererBase::PrepareForItem() helper.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 30 Oct 2010 15:57:55 +0000 (15:57 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 30 Oct 2010 15:57:55 +0000 (15:57 +0000)
commitf0ccd2cbfa0b4ac110b81626da5a184b650b1080
treec51cf0eac796e61f6aa4b1ae4a55d1167dc9c8df
parent86755098f52bd0f2c180d2d5ed2202c5d0e25df2
Add wxDataViewRendererBase::PrepareForItem() helper.

For calling SetValue() and SetAttr() consistently, instead of having the
same code duplicated all over the place.

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