Lines Matching refs:destroy
3 Since all methods and functions create (or destroy) a ViewWindow, which
27 root.destroy()
65 view.destroy = Func()
67 self.assertTrue(view.destroy.called)
68 del view.destroy # Unmask real function.
69 view.destroy()
90 cls.root.destroy()
97 frame.destroy()
136 cls.root.destroy()
199 self.view.destroy()
207 self.addCleanup(button.destroy)
221 self.addCleanup(button.destroy)