wxWidgets/include/wx/generic/private
Vadim Zeitlin 22930be86c Fix focus handling logic in generic wxListCtrl.
Don't override SetFocus() to set the focus to the main window, this isn't
enough as we can be given the focus by the underlying toolkit itself, without
our SetFocus() being called -- this happened in wxGTK when focus was changed
from the keyboard using TAB and in this case it didn't get to the main window
but remaining on the wxListCtrl itself meaning that keyboard input wasn't
processed at all.

Use wxNavigationEnabled<> now to ensure that OnSetFocus() and related methods
do the right thing instead now.

Also get rid of OnSetFocus() in wxListHeaderWindow, it's better to override
AcceptsFocus() to return false to avoid getting focus in the first place.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-03-29 00:10:53 +00:00
..
grid.h Override GetMainWindowOfCompositeControl() in wxGrid subwindows. 2011-11-28 19:15:59 +00:00
listctrl.h Fix focus handling logic in generic wxListCtrl. 2012-03-29 00:10:53 +00:00
markuptext.h Add generic wxMarkupText class implementing handling of markup. 2011-02-27 12:48:21 +00:00
richtooltip.h Fix wxRichToolTip compilation under MSW without PCH and recent SDK headers. 2011-10-20 16:20:19 +00:00
timer.h