Fixed problem with mouse events getting sent to wrong
authorRobert Roebling <robert@roebling.de>
Wed, 20 Oct 1999 20:38:47 +0000 (20:38 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 20 Oct 1999 20:38:47 +0000 (20:38 +0000)
commit2f073eb2e0786fa44dd41d31eb34d00a75ab0570
treebc13d4e31b6ab48a0dca3af8c73c4823667fc1cc
parenta6aa9b1ee8aaecdf0ca4618c2e6cccfb011f4599
  Fixed problem with mouse events getting sent to wrong
    children when these were scrolled.
  wxCheckBox and wxRadioButton now have cursors and
    will do other things more sanely.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/gtk/checkbox.h
include/wx/gtk/radiobut.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/radiobut.h
samples/checklst/checklst.cpp
src/generic/splitter.cpp
src/gtk/checkbox.cpp
src/gtk/radiobut.cpp
src/gtk/window.cpp
src/gtk1/checkbox.cpp
src/gtk1/radiobut.cpp
src/gtk1/window.cpp