mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-24 03:03:11 +08:00
Implement dynamic selection of the tree control to use for the platforms where both native and generic versions are available. This facilitates testing and comparing the behaviour of 2 controls. Note that although there are a lot of changes here, many of them just add "this->" to the existing code in order to use qualified lookup to find wxTreeCtrlBase symbols that were found by unqualified lookup before but wouldn't be found any longer now that this code is in a template class.