mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 19:37:18 -06:00
Add wxDataViewRenderer:: SetValueAdjuster() and a wxDataViewValueAdjuster class. This can be used to customize rendering of values depending on whether they are highlighted (selection) or not, without having to implement an entire new custom renderer.