removed multiple duplicate copies (with subtly different behaviour) of SetStringSelec...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Feb 2005 16:29:31 +0000 (16:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Feb 2005 16:29:31 +0000 (16:29 +0000)
commit64fa6f167ebb404e5441eddcee5bbd0808466d7a
treedfbc5a78a267497aa8a0c5be97ae6395adecac4e
parent7f461f8a0597bc6e301e2eba376eac385990abc3
removed multiple duplicate copies (with subtly different behaviour) of SetStringSelection(); left only one of them in wxItemContainer (and another one in wxRadioBoxBase, to be removed)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
docs/latex/wx/ctrlsub.tex
include/wx/choice.h
include/wx/cocoa/combobox.h
include/wx/ctrlsub.h
include/wx/gtk/combobox.h
include/wx/gtk1/combobox.h
include/wx/mac/carbon/combobox.h
include/wx/mac/classic/combobox.h
include/wx/univ/combobox.h
src/cocoa/combobox.mm
src/common/choiccmn.cpp
src/common/ctrlsub.cpp
src/gtk/combobox.cpp
src/gtk1/combobox.cpp
src/mac/carbon/combobox.cpp
src/mac/carbon/combobxc.cpp
src/mac/classic/combobox.cpp