36a5983f64
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 |
||
---|---|---|
.. | ||
dataview_vc7.vcproj | ||
dataview_vc8.vcproj | ||
dataview_vc9.vcproj | ||
dataview.bkl | ||
dataview.cpp | ||
descrip.mms | ||
makefile.bcc | ||
makefile.gcc | ||
Makefile.in | ||
makefile.unx | ||
makefile.vc | ||
mymodels.cpp | ||
mymodels.h | ||
null.xpm | ||
wx_small.xpm |