]> git.saurik.com Git - wxWidgets.git/commit - include/wx/msw/textctrl.h
1. Harm's patch for AppendText()
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Feb 1999 22:23:44 +0000 (22:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Feb 1999 22:23:44 +0000 (22:23 +0000)
commit5fb9fcfc01e19f91f42993d2c3fa2724531df856
treee680d1c077dd72f9a97e0892a2e021a37e3d4120
parentabaa2936648b755444fb4932de6dcc1317989321
1. Harm's patch for AppendText()
2. Kbd processing seems to work (dlg navigation keys, wxTE_PROCESS_TAB &c)
3. controls sample updated to use AppendText() and test kbd navigation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/textctrl.h
samples/controls/controls.cpp
src/msw/textctrl.cpp
src/msw/window.cpp