Make keyboard navigation in generic wxTreeCtrl more Mac-like under OS X.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 May 2010 12:58:22 +0000 (12:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 May 2010 12:58:22 +0000 (12:58 +0000)
commitfbf3385651cebd7e029efb01cf7c8eae055fe3f3
tree8d4e0ce82c6ee503ed24d01f1c179101441ad6d1
parentd93b98740c3907268b7edc0afaa7521f3e6dc8ba
Make keyboard navigation in generic wxTreeCtrl more Mac-like under OS X.

In the native OS X tree control right cursor arrow expands the current item
and the left one collapses it if it's expanded, make the generic control work
like this too under Mac.

Closes #12019.

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