]> git.saurik.com Git - wxWidgets.git/commit
Add a test for wxComboBox::SetString() to the widgets sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Mar 2012 23:41:27 +0000 (23:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Mar 2012 23:41:27 +0000 (23:41 +0000)
commitdfb4176ac5f9017542405618f534899a56ba0e6e
treed20ec264c58fb5d88ca9351569034e00003f25f9
parent30dc2e865bbab2d5ae7f2a4844e9cf7d086ac741
Add a test for wxComboBox::SetString() to the widgets sample.

This allows to easily test this function interactively, notably check what
happens when the currently selected string is changed under different ports.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/widgets/combobox.cpp