got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS style should work for all windows...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2002 00:58:11 +0000 (00:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2002 00:58:11 +0000 (00:58 +0000)
commit0cf5b09998e7d4606387975a56b6a954a98fd7b7
tree994b4493cc8e1fb51e43a07debaa4f209135b5df
parentc448540d81ebf3dac4a3abc085c6a47c1522a17a
got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS style should work for all windows, even the native controls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/scrolwin.h
include/wx/msw/textctrl.h
include/wx/msw/window.h
src/generic/scrlwing.cpp
src/msw/listctrl.cpp
src/msw/textctrl.cpp
src/msw/window.cpp