// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// wxSelectedIndices is just a sorted array of indices
// ----------------------------------------------------------------------------
// wxSelectedIndices is just a sorted array of indices
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxSelectionStore is used to store the selected items in the virtual
// ----------------------------------------------------------------------------
// wxSelectionStore is used to store the selected items in the virtual
// select one item, use SelectRange() insted if possible!
//
// returns true if the items selection really changed
// select one item, use SelectRange() insted if possible!
//
// returns true if the items selection really changed
// (meaning that too many items changed state to bother counting them
// individually)
bool SelectRange(size_t itemFrom, size_t itemTo,
// (meaning that too many items changed state to bother counting them
// individually)
bool SelectRange(size_t itemFrom, size_t itemTo,
// there are more selected items than non selected ones - this allows to
// handle selection of all items efficiently
bool m_defaultState;
// there are more selected items than non selected ones - this allows to
// handle selection of all items efficiently
bool m_defaultState;