Is there a way to make the radio button as button style? Topic is solved

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
BigFlyHero
In need of some credit
In need of some credit
Posts: 1
Joined: Wed Apr 14, 2021 11:14 pm

Is there a way to make the radio button as button style?

Post by BigFlyHero »

Hi, I'm new to wxWidget. I feel the radio button is very ugly.
In WPF, we can add a radio button but it is button style.
I don't know if it is possible to change the radio button's style.
Or Anyone can tell me how to make the interface beautiful?
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Is there a way to make the radio button as button style?

Post by doublemax »

You can't change the style of the radio buttons. However, they should look exactly like any other native radio button under Windows. If you get an interface that looks like Windows 95, then your executable is missing the manifest file.
Use the source, Luke!
Post Reply