wxWidgets/tests/misc
Vadim Zeitlin d058c09e9f Add possibility to iterate over all selected items in wxSelectionStore.
This is necessary for retrieving all the selected items at once: while doing
this is not recommended for a control with a potentially very large number of
items, it must be possible to allow using wxSelectionStore for wxDataViewCtrl
implementation as wxDataViewCtrl must implement its GetSelections() method.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-09-27 20:46:15 +00:00
..
dynamiclib.cpp
environ.cpp
garbage.cpp
guifuncs.cpp reenable this tests under wxUniv/x11 port. EventPropagationTestCase::MenuEvent cause the problem, not these. MenuEvent will be fixed later 2014-09-23 17:42:29 +00:00
metatest.cpp Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
misctests.cpp Fix wxCALL_FOR_EACH() to work with more than 2 arguments with MSVC. 2014-09-14 00:59:53 +00:00
module.cpp
pathlist.cpp
safearrayconverttest.cpp
selstoretest.cpp Add possibility to iterate over all selected items in wxSelectionStore. 2014-09-27 20:46:15 +00:00
settings.cpp
typeinfotest.cpp