wxWidgets theming.

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
apoorv569
Super wx Problem Solver
Super wx Problem Solver
Posts: 426
Joined: Tue Oct 20, 2020 3:35 pm

wxWidgets theming.

Post by apoorv569 »

Is is possible to add theming options to a application, like giving user option to change color of controls, something like CSS or maybe a simple config file or some setting in the application it self, or is it just strictly using system theme.
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxWidgets theming.

Post by doublemax »

Is is possible to add theming options to a application, like giving user option to change color of controls, something like CSS or maybe a simple config file
No. You can only modify the color from individual controls, but even that is limited depending on the underlying native control and platform (especially OSX).
or is it just strictly using system theme.
That's basically the wxWidgets mantra.
Use the source, Luke!
Post Reply