]> git.saurik.com Git - wxWidgets.git/commit
Document wxItemContainer::SetStringSelection() as case-insensitive.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 2010 13:19:00 +0000 (13:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 2010 13:19:00 +0000 (13:19 +0000)
commit325641898272f1d9380ffe877bc27569fcf758bf
tree050e66f308a4972074170baaf589506203d57c72
parent1db02a5e5c7271c0d41bbdedf91728f644026420
Document wxItemContainer::SetStringSelection() as case-insensitive.

Add unit tests checking that the behaviour really corresponds to the
documentation too.

And also mention that it's not a good idea to have strings differing by case
only in wxComboBox anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/combobox.h
interface/wx/ctrlsub.h
tests/controls/itemcontainertest.cpp