Is it possible to change color of ribbon bar (wx.lib.agw.ribbon)? I tries setting background and foreground color but it didn’t work.
Best regards
Is it possible to change color of ribbon bar (wx.lib.agw.ribbon)? I tries setting background and foreground color but it didn’t work.
Best regards
Hi Steve,
On 3/18/2014 15:02, steve wrote:
Is it possible to change color of ribbon bar (wx.lib.agw.ribbon)? I tries setting background and foreground color but it didn't work.
Haven't used it myself but if you check out the demo it does allow it.
See "OnPrimaryColourSelect" event handler.
Werner
You are right, thank you.
On Tuesday, March 18, 2014 4:51:36 PM UTC+2, werner wrote:
Hi Steve,
On 3/18/2014 15:02, steve wrote:
Is it possible to change color of ribbon bar (wx.lib.agw.ribbon)? I
tries setting background and foreground color but it didn’t work.Haven’t used it myself but if you check out the demo it does allow it.
See “OnPrimaryColourSelect” event handler.
Werner