wxWidgets/samples/dataview
Vadim Zeitlin 36a5983f64 Use wxSelectionStore in wxDataViewCtrl generic implementation.
This makes the code (slightly) shorter and more clear and is more efficient as
selecting all items in wxDataViewCtrl is now a O(1) operation instead of being
O(N), where N is the number of items -- and the latter could take quite a long
time (and consume non-negligible amount of memory) for large N.

Increase the size of the virtual list control from 1000 to 10000000 in the
sample to show this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-09-27 20:46:25 +00:00
..
dataview_vc7.vcproj Remove support for Win9x from wxMSW. 2014-05-16 02:33:40 +00:00
dataview_vc8.vcproj Generate 64 bit configurations in MSVC 8/9 projects. 2014-06-24 23:54:08 +00:00
dataview_vc9.vcproj Generate 64 bit configurations in MSVC 8/9 projects. 2014-06-24 23:54:08 +00:00
dataview.bkl
dataview.cpp Allow dropping data outside of item area in wxDataViewCtrl. 2014-04-27 22:41:40 +00:00
descrip.mms
makefile.bcc Remove support for Win9x from wxMSW. 2014-05-16 02:33:40 +00:00
makefile.gcc Remove support for Win9x from wxMSW. 2014-05-16 02:33:40 +00:00
Makefile.in Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
makefile.unx
makefile.vc Remove support for Win9x from wxMSW. 2014-05-16 02:33:40 +00:00
mymodels.cpp Use wxSelectionStore in wxDataViewCtrl generic implementation. 2014-09-27 20:46:25 +00:00
mymodels.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
null.xpm
wx_small.xpm