wxpython panel fullscreen?
问题 I am trying to make my top_panel of my program go into fullscreen only, i hope to have a button which will do this, the issue i am faced with is i dont know how to make the panel go into fullscreen it self without forcing the whole frame to go into fullscreen using ShowFullscreen(true) i hope you can help me class top_panel(wx.Panel): def __init__(self, parent): wx.Panel.__init__(self, parent=parent, size=(400,175)) self.SetBackgroundColour('BLACK') self.ofullscreen = wx.Button(self, -1,