Rewritten in-place editing for generic wxDataViewCtrl
authorRobert Roebling <robert@roebling.de>
Mon, 16 Apr 2007 12:45:25 +0000 (12:45 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 16 Apr 2007 12:45:25 +0000 (12:45 +0000)
commit99d471a5db7e75fadd2c855ee02e5b2c38529763
treebc0ceb6fd8a7f022c3d0f380459e1ce4dbae9d83
parent8060b0be0e5b8cc8b033158b8cfb241efeb82876
  Rewritten in-place editing for generic wxDataViewCtrl
    moving the code (partly) to the renderer and away
    from the wxDataViewCtrl class. Adding new in-plae
    editors (wxChoice) should be much simpler now.
  Also implemented using Validate() before committing
    a change to the data model.

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