Corrected wxlistBox, wxRadioBox, wxComboBox and
authorRobert Roebling <robert@roebling.de>
Thu, 22 Jul 1999 23:28:55 +0000 (23:28 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 22 Jul 1999 23:28:55 +0000 (23:28 +0000)
commit953704c1c76cfb9cfb7b91f0e81f98c30d27eb56
tree9e302ed645c576d4fae64233ff520c968da5409d
parent1e7fd311087384fb80f17a124d673aeb6a8fa9b8
  Corrected wxlistBox, wxRadioBox, wxComboBox and
    wxChoice in that they do no longer send events
    after programmatic calls
  Corrected wxStaticBitmap
  Reimplemented wxRadioButton as per wxMSW
  Updated docs for the above
  Update testconf for socket changes
  Other minor fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
43 files changed:
docs/latex/wx/checkbox.tex
docs/latex/wx/choice.tex
docs/latex/wx/combobox.tex
docs/latex/wx/listbox.tex
docs/latex/wx/node.tex
docs/latex/wx/radiobox.tex
docs/latex/wx/radiobut.tex
include/wx/Makefile.am
include/wx/defs.h
include/wx/gtk/checkbox.h
include/wx/gtk/choice.h
include/wx/gtk/combobox.h
include/wx/gtk/listbox.h
include/wx/gtk/radiobox.h
include/wx/gtk/radiobut.h
include/wx/gtk/window.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/choice.h
include/wx/gtk1/combobox.h
include/wx/gtk1/listbox.h
include/wx/gtk1/radiobox.h
include/wx/gtk1/radiobut.h
include/wx/gtk1/window.h
samples/controls/controls.cpp
src/common/imagbmp.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/dcclient.cpp
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/statbmp.cpp
src/gtk/window.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/dcclient.cpp
src/gtk1/listbox.cpp
src/gtk1/radiobox.cpp
src/gtk1/radiobut.cpp
src/gtk1/statbmp.cpp
src/gtk1/window.cpp