Renamed wxDataViewCell to wxDataViewRenderer since the
authorRobert Roebling <robert@roebling.de>
Tue, 3 Oct 2006 15:24:03 +0000 (15:24 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 3 Oct 2006 15:24:03 +0000 (15:24 +0000)
commitbaa9ebc473dba4e4ca0c4f288e6ed7c8c277295e
tree05b81320b0654d51673606622a2ca563c5352f04
parentc6dfeb41927fa9bf9c889c4a023b1ec976f26ca7
  Renamed wxDataViewCell to wxDataViewRenderer since the
    class just renders the cell, it doesn't represent one.
    Maybe wxDataViewCellRenderer would be best...

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