Add a possibility to customize dark mode colours in wxMSW
Add MSW-specific wxDarkModeSettings class which can be used to customize the colours used in the dark mode (and will be also used for other customizations in the future). This commit is best viewed using Git --color-moved option.
This commit is contained in:
parent
0c321cd039
commit
d3ab43ae02
11 changed files with 203 additions and 52 deletions
|
|
@ -1843,6 +1843,7 @@ set(MSW_HDR
|
|||
wx/msw/datetimectrl.h
|
||||
wx/msw/timectrl.h
|
||||
wx/generic/activityindicator.h
|
||||
wx/msw/darkmode.h
|
||||
)
|
||||
|
||||
set(MSW_RSC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue