]> git.saurik.com Git - wxWidgets.git/commit
Remove wxDataViewTextRendererAttr by merging it with wxDataViewTextRenderer.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 13:59:25 +0000 (13:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 13:59:25 +0000 (13:59 +0000)
commit2d0d78133612ffdcc4ac498db54813fc38c64a90
tree7a86452b0e3e3bb60d9a36a5db3f3cf8039178ba
parentca4adfd06220c55f95c4b950f35447f7b4328bb7
Remove wxDataViewTextRendererAttr by merging it with wxDataViewTextRenderer.

There is no reason to have a separate class for rendering the text honouring
the attributes defined for it, wxDataViewTextRenderer itself already does this
perfectly well.

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