Add wxNavigationEnabled<> helper for implementing TAB navigation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jul 2011 22:19:20 +0000 (22:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jul 2011 22:19:20 +0000 (22:19 +0000)
commit4d98817cfab2654773755cb5c540057c5f3d4fd6
tree9bf34451185725a8f595e36c3cbcb042774ce365
parentd19d14c5505b969967103093ec2f8e600793f218
Add wxNavigationEnabled<> helper for implementing TAB navigation.

Provide a clean, public and documented way to implement proper TAB navigation
for subwindows of a composite control: instead of using various ugly and never
documented WX_XXX_CONTROL_CONTAINER macros it is now enough to simply inherit
from wxNavigationEnabled<BaseClass> to do it.

No real changes in the code as the new class is not used anywhere yet.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/containr.h
interface/wx/containr.h [new file with mode: 0644]