Use Explorer style for wxTreeCtrl with wxTR_TWIST_BUTTONS in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2011 01:00:48 +0000 (01:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2011 01:00:48 +0000 (01:00 +0000)
commite615d356fc99ae4508c2a83cd18ba905497c09b9
treed8514f1164e36e25824afe7096710d8a0b70416d
parent1f77d487b7ce351b20033312a038f9bb1eb01efc
Use Explorer style for wxTreeCtrl with wxTR_TWIST_BUTTONS in wxMSW.

The tree control style used by Explorer uses rotating triangles instead of the
standard "+/-" buttons and so seems to correspond relatively well to this
style. And this provides a possibility to have a more standard-looking tree
controls in wxWidgets programs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/treectrl.h
src/msw/treectrl.cpp