make wxControlContainer accept focus depending on whether it has any focusable childr...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2007 22:29:14 +0000 (22:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2007 22:29:14 +0000 (22:29 +0000)
commit80332672ab36153aa2424cff2a06b434287488c8
tree00bf7a6ab78d9be8dcbd6288a6abaeb45101a8a7
parent30d560f4cfa72188e2e2c7f7063435bd963d1561
make wxControlContainer accept focus depending on whether it has any focusable children when using native TAB navigation too but also allow to manually override this automatic detection; added wxWindow::SetCanFocus() to notify GTK+ about changed focus state

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/containr.h
include/wx/gtk/window.h
include/wx/window.h
src/common/containr.cpp
src/gtk/window.cpp