]> git.saurik.com Git - wxWidgets.git/commit
Use child's listmodelnotifier's destructor (by overloading
authorRobert Roebling <robert@roebling.de>
Tue, 24 Apr 2007 18:00:14 +0000 (18:00 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 24 Apr 2007 18:00:14 +0000 (18:00 +0000)
commitf7ed8c899f6c5806712cc4384d908d4bdb47a898
tree53cd1406790f310c3d6d867bd58b466380169829
parentc2ac2afd091ebabbd9bad0e5df47de3b5d216bab
  Use child's listmodelnotifier's destructor (by overloading
   it) to get informed about the destruction of the child
   model in a sorted model. Removed Freed() method used for
   that so far.

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