Make it possible to TAB-navigate among wxStaticBox children.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 16:00:07 +0000 (16:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 16:00:07 +0000 (16:00 +0000)
commit9b14c706b2e0d6a0c2786de1a890b871e33394eb
tree1fdf9f9f3b6e75609862de73c766d9b37f679968
parentea6e973ca24b8fb23e9ba6b08768f9264ca0630b
Make it possible to TAB-navigate among wxStaticBox children.

As wxStaticBox can now contain child windows, derive it from
wxNavigationEnabled<> to allow TAB-navigating among them. Without this, it was
impossible to switch focus from keyboard to any of the controls inside
wxStaticBox.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/statbox.h