Skip to content
Advertisement

Tag: sizer

How to change wx.sbSizer label color and size in python?

I’m creating a GUI and I’m using several wx.sbSizer to group the widgets. However I need to change the font and the color of the wx.sbSizer Label (‘MyApp’) and although I have searched I cannot find out how to do it. Here’s a minimal working example: Thank you in adavnce for any help. Answer You are already using sbSizer1_2_1.GetStaticBox() to

Advertisement