Border-radius & mouse hover Topic is solved

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
Standalone
In need of some credit
In need of some credit
Posts: 7
Joined: Sun Jul 21, 2019 6:35 pm

Border-radius & mouse hover

Post by Standalone »

Hello Everyone,

will I able to change the border-radius of my LOGIN button and add mouse hover to it?

I'm using code blocks and Wxsmith

Button.png
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Border-radius & mouse hover

Post by doublemax »

The GUI is not CSS based. You could achieve these effects only by providing different bitmaps for the different states.

https://docs.wxwidgets.org/trunk/classw ... utton.html
Use the source, Luke!
Post Reply