I want my wxButton
to have a black background and white text for it's label. I tried this sample code only I also tried it with wxButton
and SetBitmapLabel
.
All I could manage was to get the bitmap to display, however I also want the button's text (label) to be displayed over the bitmap at the same time. How could I do this?