]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/dataview.cpp
Moved more code from wxDataViewCtrl to wxDataViewCtrlInternal.
authorRobert Roebling <robert@roebling.de>
Sun, 12 Sep 2010 20:07:28 +0000 (20:07 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 12 Sep 2010 20:07:28 +0000 (20:07 +0000)
commit673810eeb8e16599b599f3a851692c323bc20165
tree5212065c9e7b229bdeb009e2568f806205617693
parent52496734982436941c0de62841d43bdd8d2f61b4
Moved more code from wxDataViewCtrl to wxDataViewCtrlInternal.
Add new special API for wxDataViewVirtualIndexModel::Reset() as
wxDataViewModel::Clear is something different and needs a different, two
step API under GTK+, one for destroying the current view and one for
rereading the new contents.
Added ::BeforeReset() and ::AfterReset() notifications for that purpose.

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