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
Tag: sizer
How do i resize a widget in WxPython using GridSizer
Introduction and Issue I’ve made a gridsizer to resize my frame itself. But because of the gridsizer if I use WX_EXPAND flag (to let them have a new height and width when I use self.Layout() to refresh when the app is resized) they don’t resize the % of the screen I gave them (I put blank widget to put all