Use event modifiers and accessors rather than m_ variables directly, which are now...
authorKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:08:15 +0000 (15:08 +0000)
committerKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:08:15 +0000 (15:08 +0000)
commit687706f5e722ac8a39172024f794ae0ffbd190e2
treeb0b313a90a39b03d7c1af42e8c2c612a0f265cda
parent1e6eb02501673fc46e5e2fc00b17f243e107cc55
Use event modifiers and accessors rather than m_ variables directly, which are now protected rather than public with 2.4 compatibility disabled

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
44 files changed:
contrib/samples/gizmos/dynsash_switch/dynsash_switch.cpp
contrib/src/fl/controlbar.cpp
contrib/src/gizmos/dynamicsash.cpp
samples/opengl/cube/cube.cpp
samples/scroll/scroll.cpp
src/common/choiccmn.cpp
src/common/lboxcmn.cpp
src/common/wincmn.cpp
src/generic/scrlwing.cpp
src/generic/vlbox.cpp
src/gtk/listbox.cpp
src/gtk/window.cpp
src/gtk1/listbox.cpp
src/gtk1/window.cpp
src/mac/carbon/app.cpp
src/mac/carbon/listbox.cpp
src/mac/carbon/scrolbar.cpp
src/mac/carbon/toplevel.cpp
src/mac/carbon/window.cpp
src/mac/classic/app.cpp
src/mac/classic/listbox.cpp
src/mac/classic/scrolbar.cpp
src/mac/classic/toplevel.cpp
src/mac/classic/window.cpp
src/motif/checklst.cpp
src/motif/choice.cpp
src/motif/combobox.cpp
src/motif/combobox_native.cpp
src/motif/listbox.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/scrolbar.cpp
src/motif/slider.cpp
src/motif/window.cpp
src/msw/listbox.cpp
src/msw/radiobox.cpp
src/msw/radiobut.cpp
src/msw/scrolbar.cpp
src/msw/window.cpp
src/os2/listbox.cpp
src/os2/scrolbar.cpp
src/os2/window.cpp
src/univ/listbox.cpp
src/x11/window.cpp