Add columns focus and keyboard navigation to generic wxDataViewCtrl.
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 7 Oct 2011 15:03:02 +0000 (15:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 7 Oct 2011 15:03:02 +0000 (15:03 +0000)
commit1c8e71c92d6bc3a31a28e275c74cddcc0922b22d
tree705dbaceee0e7762f7a379f1e05ffd3a00297c1d
parentf18d5c6f243864ed50c0070a840ad6d25916aba0
Add columns focus and keyboard navigation to generic wxDataViewCtrl.

The UI tries to mimic Windows 7's Explorer's approach as much as
possible, taking inspiration in the GTK+ implementation when
appropriate. In particular, as long as the user doesn't use horizontal
navigation keys, everything looks as before and the user isn't bothered
with the existence of per-cell focus.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/datavgen.cpp