wxBitmapButton disabled state allows me to hover & Bitmapbutton gray out issue.

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
AravindS
In need of some credit
In need of some credit
Posts: 1
Joined: Fri May 26, 2017 7:06 am

wxBitmapButton disabled state allows me to hover & Bitmapbutton gray out issue.

Post by AravindS »

Hi,

problem 1: wxBitmapButton function SetBitmapHover() allows me to hover when it was disabled. How to get rid of this?

problem 2: Disabled bitmap button grayed out. I don't want to gray out my bitmap button. I have Active and Inactive .xpm files for enabled and disabled states.
so when it gray out my buttons it looks ugly.

Any solutions for these problems?

Thanks,
Aravind S.
Post Reply