keyboard/focus handling improved a bit more:
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 1999 21:51:15 +0000 (21:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 1999 21:51:15 +0000 (21:51 +0000)
commit319fefa9109ef95cab9f6dcbd46e3f3edbcff8c9
treeaf5fdaf91b2b99ff797dad532e4f76eade7b6ae5
parent7c5457867870a0a33951def66373f5a76ec3ae4a
keyboard/focus handling improved a bit more:
1. wxFrame doesn't give focus to anything at all on activation
2. last control restored more often (some problems still persist)
3. buttons process enter
4. text controls with wxTE_PROCESS_TAB still leave TAB work as dialog
   navigation key if the event wasn't processed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/panelg.h
src/common/wincmn.cpp
src/generic/panelg.cpp
src/msw/frame.cpp
src/msw/textctrl.cpp
src/msw/window.cpp