def __init__(self, parent, session):
wx.Frame.__init__(self, parent, wx.ID_ANY, 'Messages', size=(240,500))
self.panel = scrolledpanel.ScrolledPanel(parent = self, id = -1)
self.panel.SetupScrolling()
self.SetBackgroundColour(wx.Colour(100,100,100))
self.session = session
self.display_matches()
评论列表
文章目录