Files
wxWidgets/samples/treectrl
Vadim Zeitlin 1d8173ea24 Allow using either native or generic wxTreeCtrl in the sample
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.
2026-01-28 01:10:33 +01:00
..
2025-05-10 18:06:41 +02:00