wxToolBar: can't change text color

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
User avatar
papillon68
Earned some good credits
Earned some good credits
Posts: 118
Joined: Tue Nov 06, 2007 11:19 pm

wxToolBar: can't change text color

Post by papillon68 »

Hello, it looks like you can change the background color of a wxToolBar but not the buttons text color (I'm using the SetForegroundColour function).
Is subclassing and customizing the widget the only way?
Windows 10, MS VC++ 2019 (vc142), WxWidgets 3.14
Designed with WxWidgets: https://www.facebook.com/clorofillaApp
Post Reply