xquery.py 文件源码

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

项目:keepass-menu 作者: frostidaho 项目源码 文件源码
def init_root(self):
        self.root = tk.Tk()
        s = ttk.Style()
        s.theme_use('clam')
        s.configure('.', font=FONT_SPEC)
        s.configure('TButton', padding=0)
        self.root.style = s
        self.style = s

        self.frame = ttk.Frame(self.root)
        self.frame.pack()

        self.root.bind("<Return>", self.get_text_n_close)
        self.root.bind("<Escape>", self.kill)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号