CanAcceptFocus() now returns true if either the window itself or one of its children...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Jun 2007 12:04:06 +0000 (12:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Jun 2007 12:04:06 +0000 (12:04 +0000)
commitedc09871744140f16b2ef6b7abaa2289d7deb260
treebb5133f9fd96c11092c6069d86feffb321e43a4c
parent4e21a649f07f2045158d793ccb58b696d541e860
CanAcceptFocus() now returns true if either the window itself or one of its children accepts focus; added new IsFocusable() to test whether the window itself accepts focus

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