]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
Add wxCheckListBox::GetCheckedItems() helper.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2013 11:18:55 +0000 (11:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2013 11:18:55 +0000 (11:18 +0000)
commitae72623b6469ff6f0e639a4c3d13a732d7fc372e
tree9617adf38e54046ada59dd892606ef452ec8dab6
parent0444602e4628658d0cdb8192ff913ce7e90ed9b3
Add wxCheckListBox::GetCheckedItems() helper.

This method is similar to wxListBox::GetSelections() and allows to retrieve
all checked items at once.

Closes #14969.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/checklst.h
interface/wx/checklst.h
src/common/checklstcmn.cpp
tests/controls/checklistboxtest.cpp