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
|
|
@ -1517,6 +1517,7 @@
|
|||
<ClInclude Include="..\..\include\wx\generic\creddlgg.h" />
|
||||
<ClInclude Include="..\..\include\wx\filedlgcustomize.h" />
|
||||
<ClInclude Include="..\..\include\wx\compositebookctrl.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\darkmode.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
|
|
|||
|
|
@ -1738,6 +1738,9 @@
|
|||
<ClInclude Include="..\..\include\wx\msw\custombgwin.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\msw\darkmode.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\msw\datectrl.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue