messages.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:pinder 作者: dhharris 项目源码 文件源码
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()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号