]> git.saurik.com Git - wxWidgets.git/commit
Implement most of AppendRow(), PrependRow(), InsertRow(),
authorRobert Roebling <robert@roebling.de>
Mon, 25 Sep 2006 21:11:14 +0000 (21:11 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 25 Sep 2006 21:11:14 +0000 (21:11 +0000)
commit4627af27d499cd8aca708ca06e8fad19dd61ca26
tree39cd91529e4f30538066e1457b878222ad415b33
parent627e49c80cbc3d47c41bed93fdc9d158c888de3a
  Implement most of AppendRow(), PrependRow(), InsertRow(),
    DeleteRow() for GTK+ version and sorted model.
  Added tests for these.

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