Corrected wxComboBox::GetValue() after a
authorRobert Roebling <robert@roebling.de>
Wed, 8 Dec 2004 22:08:28 +0000 (22:08 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 8 Dec 2004 22:08:28 +0000 (22:08 +0000)
commit78b3b018ce9edca5742d8ab263d849f77f3d19bf
tree012ba3e8739e692565d14045c3c7b6b409d05eb2
parentdf4192e3845109e58b90fc6b20fb472875693eb4
  Corrected wxComboBox::GetValue() after a
    selection has changed. Added test for
    that to the "widgets" sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/combobox.h
include/wx/gtk1/combobox.h
samples/widgets/combobox.cpp
src/gtk/combobox.cpp
src/gtk1/combobox.cpp