]> git.saurik.com Git - wxWidgets.git/commit
made wxChoice and wxComboBox::GetSelection() return only completed selection in wxMSW...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Aug 2005 13:30:33 +0000 (13:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Aug 2005 13:30:33 +0000 (13:30 +0000)
commit6ba93d23bfc6a5764ff7fcc751d9b6164c23e10e
treee020115775eb774a8e02c8dcf29ac2830266538e
parentd6bbc10c94713f682a729672ee2b5027301d2813
made wxChoice and wxComboBox::GetSelection() return only completed selection in wxMSW; added GetCurrentSelection() with the old behaviour and documented it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/choice.tex
include/wx/msw/choice.h
src/msw/choice.cpp
src/msw/combobox.cpp