Files
wxWidgets/interface
Vadim Zeitlin 7fd236bf4a Add msw.dark-mode system option to allow turning it on easily
It doesn't make much sense to set this option programmatically, as the
application could just call MSWEnableDarkMode() directly instead, but
it's useful to have to allow enabling dark mode for any wx application
by just setting WX_MSW_DARK_MODE environment variable.
2022-12-25 19:45:51 +00:00
..