Applied patch for wxComboBox and wxListBox to
authorRobert Roebling <robert@roebling.de>
Mon, 6 Aug 2001 21:06:13 +0000 (21:06 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 6 Aug 2001 21:06:13 +0000 (21:06 +0000)
commit159b66c02a8f1c724d1af3c768ad5d90f4c8a0e2
tree2887630c0b66a4b8b0ed36743736f90488175cb6
parent1bcfc0e1b91dd7bc2a3144048fbbf5c809943986
  Applied patch for wxComboBox and wxListBox to
    prevent "hanging" in single selection mode.
    Also removed call to AddPendingEvent and
    changed wxLB_EXTENDED mode so that no changes
    to the listbox go unnoticed.
  I do wonder what the difference between multiple
    and extended list boxes actually are.
  Not suer what I changed in the other files.

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