interface.py 文件源码

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

项目:Story_CoWriting 作者: alexis-jacq 项目源码 文件源码
def add_emoji(self):
        ttk.Button(self.mainframe, text="good", image=good, compound="top", command=lambda:juge("good")).grid(column=1, row=4, sticky=N+S+E+W)
        ttk.Button(self.mainframe, text="lol", image=lol, compound="top", command=lambda:juge("lol")).grid(column=2, row=4, sticky=N+S+E+W)
        ttk.Button(self.mainframe, text="absurd", image=wtf, compound="top", command=lambda:juge("wtf")).grid(column=3, row=4, sticky=N+S+E+W)
        ttk.Button(self.mainframe, text="bad", image=bad, compound="top", command=lambda:juge("bad")).grid(column=4, row=4, sticky=N+S+E+W)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号