wxWidgets/tests/misc
Vadim Zeitlin adf8f9d0cd Handle multiple item insertion and deletion in wxSelectionStore.
Rename the existing but not implemented and never used OnItemAdd() method to
OnItemsInserted() and add OnItemsDeleted(), which is more efficient than
OnItemDelete() when many items are being removed from the control at once.

This is not used yet, but will be used in wxDataViewCtrl soon and maybe in the
other controls later.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-09-27 20:46:21 +00:00
..
dynamiclib.cpp
environ.cpp
garbage.cpp
guifuncs.cpp
metatest.cpp
misctests.cpp
module.cpp
pathlist.cpp
safearrayconverttest.cpp
selstoretest.cpp Handle multiple item insertion and deletion in wxSelectionStore. 2014-09-27 20:46:21 +00:00
settings.cpp
typeinfotest.cpp