]> git.saurik.com Git - wxWidgets.git/commit
Implement basic MVC logic (change an item in one
authorRobert Roebling <robert@roebling.de>
Thu, 23 Mar 2006 11:44:57 +0000 (11:44 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 23 Mar 2006 11:44:57 +0000 (11:44 +0000)
commit0fdc2321bc8a1ccf967c26b656b207cae9d03925
treeb99713cfd6304f3f0358c4e872017ea5af0ed3d5
parentacd8510fd2d8ec0bccc7f6881a090c653c02917f
  Implement basic MVC logic (change an item in one
   view and all views update themselves) and made
   wxDataViewToggleCell react to mouse clicks as a
   test for that (generic code).

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