Split this out from other changes to keep things sane..
authorRon Lee <ron@debian.org>
Mon, 13 Jan 2003 05:17:41 +0000 (05:17 +0000)
committerRon Lee <ron@debian.org>
Mon, 13 Jan 2003 05:17:41 +0000 (05:17 +0000)
commitb1d4dd7add411ebff1ce4a8d1d992e0e43ee26b1
treef23f9d02aa76cd3329397e20b2e4a356ec16b087
parent5797172366dd6dcd3a6a17cad3d4eab9754f73a8
Split this out from other changes to keep things sane..
wxDeprecated KeyCode.
wxDeprecated old wxList compat methods.
Replaced a large number of them in the gtk build already, but there are
still plenty more so feel free to help nuke them as you find them.
s/^I/    / and s/TRUE/true/ etc. a couple of these too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
59 files changed:
docs/changes.txt
include/wx/cmdproc.h
include/wx/list.h
samples/caret/caret.cpp
samples/controls/controls.cpp
samples/docview/doc.cpp
samples/docview/view.cpp
samples/docvwmdi/doc.cpp
samples/docvwmdi/view.cpp
samples/dragimag/dragimag.cpp
samples/opengl/cube/cube.cpp
samples/opengl/isosurf/isosurf.cpp
samples/text/text.cpp
samples/treectrl/treetest.cpp
src/common/appcmn.cpp
src/common/cmdproc.cpp
src/common/dcbase.cpp
src/common/docview.cpp
src/common/event.cpp
src/common/filefn.cpp
src/common/gdicmn.cpp
src/common/hash.cpp
src/common/http.cpp
src/common/image.cpp
src/common/list.cpp
src/common/module.cpp
src/common/paper.cpp
src/common/socket.cpp
src/common/utilscmn.cpp
src/common/valtext.cpp
src/common/variant.cpp
src/generic/dcpsg.cpp
src/generic/helphtml.cpp
src/generic/imaglist.cpp
src/generic/laywin.cpp
src/generic/prntdlgg.cpp
src/generic/prop.cpp
src/generic/propform.cpp
src/generic/proplist.cpp
src/generic/sashwin.cpp
src/generic/treelay.cpp
src/gtk/app.cpp
src/gtk/choice.cpp
src/gtk/colour.cpp
src/gtk/combobox.cpp
src/gtk/listbox.cpp
src/gtk/mdi.cpp
src/gtk/menu.cpp
src/gtk/radiobox.cpp
src/gtk/window.cpp
src/gtk1/app.cpp
src/gtk1/choice.cpp
src/gtk1/colour.cpp
src/gtk1/combobox.cpp
src/gtk1/listbox.cpp
src/gtk1/mdi.cpp
src/gtk1/menu.cpp
src/gtk1/radiobox.cpp
src/gtk1/window.cpp