wxListBox mouse events now report coords relative
authorRobert Roebling <robert@roebling.de>
Thu, 8 Nov 2001 23:24:16 +0000 (23:24 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 8 Nov 2001 23:24:16 +0000 (23:24 +0000)
commite2762ff06a5e84c82242d0883d24d21042e5a97e
treedf61118be83460f5d8fd9faa32e4f82bd9355c85
parent6433f6d3165a3f8633f42c59694a9104a7b37a93
  wxListBox mouse events now report coords relative
    to the whole list box.
  wxRadioButton doesn't emit any event when unpressed.
  Similar correction to wxRadioBox and wxToggleButton.
  Upported change to wxMenuEvent so that the id is
     set in the constructor. Otherwise the EVT_MENU
     macro is pretty useless. Already in 2.2.8.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/event.h
include/wx/gtk/window.h
include/wx/gtk1/window.h
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/tglbtn.cpp
src/gtk/window.cpp
src/gtk1/listbox.cpp
src/gtk1/radiobox.cpp
src/gtk1/radiobut.cpp
src/gtk1/tglbtn.cpp
src/gtk1/window.cpp