ctrl = wx.animate.AnimationCtrl(self, -1, ani)
ctrl.SetUseWindowBackgroundColour()
ctrl.Play()
ctrl = wx.animate.AnimationCtrl(self, -1, ani)
ctrl.SetUseWindowBackgroundColour()
ctrl.Play()
- border.Add(sizer, 1, wx.EXPAND|wx.ALL, 20)
+ border.AddF(sizer, wx.SizerFlags(1).Expand().Border(wx.ALL, 20))