Lines Matching refs:root
30 cls.root = tk.Tk()
31 cls.root.withdraw()
36 cls.root.update_idletasks()
37 cls.root.destroy()
38 del cls.root
85 cls.root = tk.Tk()
86 cls.root.withdraw()
90 cls.root.createcommand = cmd
94 cls.root.update_idletasks()
95 cls.root.destroy()
96 del cls.root
101 root = self.root
102 flist = FileList(root)
106 macosx.setupApp(root, flist)